postgresql/src/pl/plperl
Neil Conway 353f111f98 Fix typo in PL/Perl Safe.pm initialization that prevented the proper
sharing of %_SHARED. From Andrew Dunstan.
2005-05-23 01:57:51 +00:00
..
expected Convert the existing regression test scripts for the various optional 2005-05-14 17:55:22 +00:00
sql Convert the existing regression test scripts for the various optional 2005-05-14 17:55:22 +00:00
GNUmakefile Add a --dbname option to the pg_regress script, and use pl_regression 2005-05-17 18:26:23 +00:00
plperl.c Fix typo in PL/Perl Safe.pm initialization that prevented the proper 2005-05-23 01:57:51 +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 Properly undef _(x) gettext macro. 2005-02-23 04:34:21 +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 Properly undef _(x) gettext macro. 2005-02-23 04:34:21 +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.