postgresql/src/pl/plperl
2002-09-04 20:31:48 +00:00
..
eloglvl.c pgindent run. 2002-09-04 20:31:48 +00:00
eloglvl.h pgindent run. 2002-09-04 20:31:48 +00:00
GNUmakefile Change PL/Perl and Pg interface build to use configured compiler and 2002-05-28 16:57:53 +00:00
plperl.c pgindent run. 2002-09-04 20:31:48 +00:00
ppport.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +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 Create an internal semaphore API that is not tied to SysV semaphores. 2002-05-05 00:03:29 +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.