postgresql/src/pl/plperl
2008-10-02 08:11:11 +00:00
..
expected Add a bunch of new error location reports to parse-analysis error messages. 2008-09-01 20:42:46 +00:00
sql Remove unnecessary checkpoint from PL regression tests. This was once 2007-01-28 21:17:32 +00:00
GNUmakefile Update pg_regress calls in PL checks to handle vpath builds. 2008-10-02 08:11:11 +00:00
plperl.c Support statement-level ON TRUNCATE triggers. Simon Riggs 2008-03-28 00:21:56 +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
README More README src cleanups. 2008-03-21 13:23:29 +00:00
spi_internal.c Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28: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

$PostgreSQL: pgsql/src/pl/plperl/README,v 1.4 2008/03/21 13:23:29 momjian Exp $

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.