postgresql/src/pl/plperl
Bruce Momjian 98b6f37e47 Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in
docs that CLIENT/LOG_MIN_MESSAGES now controls debug_* output location.
Doc changes included.
2003-05-27 17:49:47 +00:00
..
eloglvl.c Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in 2003-05-27 17:49:47 +00:00
eloglvl.h pgindent run. 2002-09-04 20:31:48 +00:00
GNUmakefile Change PL/Perl and Pg interface build to use configured compiler and 2002-05-28 16:57:53 +00:00
plperl.c Fix multiple causes of breakage in plperl's error handling. 2003-04-20 21:15:34 +00:00
ppport.h Make 'dummy' declarations in header files be 'extern int no_such_variable' 2002-10-18 20:33:57 +00:00
README Polish PL/Perl documentation. The README file got shrunk to being a 2000-12-19 18:16:26 +00:00
SPI.xs Fix includes for plperl: ensure postgres.h is included first, 2002-09-04 22:49:37 +00:00

PL/Perl allows you to write PostgreSQL functions and procedures in
Perl.  To include PL/Perl in the build use './configure --with-perl'.
To build from this directory use 'gmake all; gmake install'.  libperl
must have been built as a shared library, which is usually not the
case in standard installations.

Consult the PostgreSQL User's Guide and the INSTALL file in the
top-level directory of the source distribution for more information.