postgresql/src/pl/plperl
Tom Lane 6c06bc2644 Make 'dummy' declarations in header files be 'extern int no_such_variable'
instead of 'extern int errno'; the latter is unsafe according to the
ANSI C standard, as well as in practice on some platforms.
2002-10-18 20:33:57 +00:00
..
eloglvl.c pgindent run. 2002-09-04 20:31:48 +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 Provide an upgrade strategy for dump files containing functions declared 2002-09-21 18:39:26 +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.