postgresql/src/pl/plperl
2005-07-03 21:56:16 +00:00
..
expected Here's a patch to do the following: 2005-06-05 03:16:42 +00:00
sql Here's a patch to do the following: 2005-06-05 03:16:42 +00:00
GNUmakefile Fix PL makefiles to support running regression tests in VPATH builds. 2005-05-24 17:07:41 +00:00
plperl.c Fix memory leak in plperl_hash_from_tuple(), per report from Jean-Max Reymond. 2005-07-03 21:56:16 +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 At 2005-05-21 20:18:50 +0530, ams@oryx.com wrote: 2005-06-04 20:33:06 +00:00
SPI.xs Here's a patch to do the following: 2005-06-05 03:16:42 +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.