postgresql/src/pl/plperl
Andrew Dunstan eb29d89ffd Move declaration of check_function_bodies to where the perl headers
haven't had a chance to mangle the definition of DLLIMPORT (thanks again, perl guys).
2005-12-29 14:28:31 +00:00
..
expected translate undef to NULL for result arrayref, now that we allow NULLs in arrays. Update plperl regression test accordingly. 2005-11-18 17:00:28 +00:00
sql translate undef to NULL for result arrayref, now that we allow NULLs in arrays. Update plperl regression test accordingly. 2005-11-18 17:00:28 +00:00
GNUmakefile Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
plperl.c Move declaration of check_function_bodies to where the perl headers 2005-12-29 14:28:31 +00:00
ppport.h Re-run pgindent, fixing a problem where comment lines after a blank 2005-11-22 18:17:34 +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 Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
SPI.xs Code review for spi_query/spi_fetchrow patch: handle errors sanely, 2005-10-18 17:13:14 +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.