postgresql/src/pl/plperl
2004-10-06 16:36:02 +00:00
..
GNUmakefile Here is a patch required to build plperl with win32. The issues were: 2004-07-16 19:18:24 +00:00
plperl.c Use #define instead of typedef for plperl because perl defines 2004-10-06 16:36:02 +00:00
ppport.h Another pgindent run with lib typedefs added. 2004-08-30 02:54:42 +00:00
README Polish PL/Perl documentation. The README file got shrunk to being a 2000-12-19 18:16:26 +00:00
spi_internal.c Redesign query-snapshot timing so that volatile functions in READ COMMITTED 2004-09-13 20:10:13 +00:00
spi_internal.h Redesign query-snapshot timing so that volatile functions in READ COMMITTED 2004-09-13 20:10:13 +00:00
SPI.xs Allow plperl to compile with Perl 5.05. 2004-07-05 02:18:31 +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.