postgresql/src/pl/plperl
Tom Lane 2299ceab1c Invoke mksafefunc and mkunsafefunc with :: decoration. This seems a good
idea on consistency grounds, whether or not it really fixes bug #1831.
Michael Fuhr
2005-08-20 19:19:21 +00:00
..
expected Fix plperl to do recursion safely, and fix a problem with array results. 2005-07-12 01:16:22 +00:00
sql Fix plperl to do recursion safely, and fix a problem with array results. 2005-07-12 01:16:22 +00:00
GNUmakefile Remove extraneous space after -L ... it confuses SHLIB_LINK filter -L 2005-07-13 17:12:56 +00:00
plperl.c Invoke mksafefunc and mkunsafefunc with :: decoration. This seems a good 2005-08-20 19:19:21 +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 The attached patch implements spi_query() and spi_fetchrow() functions 2005-07-10 15:19:43 +00:00
SPI.xs The attached patch implements spi_query() and spi_fetchrow() functions 2005-07-10 15:19:43 +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.