postgresql/src/pl/plperl
Tom Lane 42b2907d12 Add support for anonymous code blocks (DO blocks) to PL/Perl.
Joshua Tolley, reviewed by Brendan Jurd and Tim Bunce
2009-11-29 03:02:27 +00:00
..
expected Add support for anonymous code blocks (DO blocks) to PL/Perl. 2009-11-29 03:02:27 +00:00
po Translations update for 8.5alpha2 2009-10-20 18:23:27 +00:00
sql Add support for anonymous code blocks (DO blocks) to PL/Perl. 2009-11-29 03:02:27 +00:00
GNUmakefile Search for versioned perl library instead of using hardcoded name on Windows. Backpatch to release 8.3 2009-06-05 18:29:56 +00:00
README More README src cleanups. 2008-03-21 13:23:29 +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
nls.mk Translations update for 8.5alpha2 2009-10-20 18:23:27 +00:00
plperl.c Add support for anonymous code blocks (DO blocks) to PL/Perl. 2009-11-29 03:02:27 +00:00
plperl.h Update copyright for 2009. 2009-01-01 17:24:05 +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 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00

README

$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.