postgresql/src/pl/plperl
Andrew Dunstan ac11d9dc4b Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens. 2008-01-22 20:17:37 +00:00
..
expected Fix plperl and pltcl to include the name of the current function when 2007-10-05 17:06:11 +00:00
sql Remove unnecessary checkpoint from PL regression tests. This was once 2007-01-28 21:17:32 +00:00
GNUmakefile Revert inadvertantly committed change. 2007-12-01 15:30:09 +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 a few places that were checking for the return value of palloc() to be 2006-03-19 22:22:56 +00:00
plperl.c Work around for perl 5.10 bug - fix due to perl hacker Simon Cozens. 2008-01-22 20:17:37 +00:00
plperl.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
ppport.h Update ppport.h to not cause warnings with newest Perl versions. 2006-05-30 15:48:20 +00:00
spi_internal.c Rationalise perl header inclusions via a common include file, which also 2006-01-08 22:27:52 +00:00

README

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.