postgresql/src/pl/plperl
Bruce Momjian 8d3517dc1f The attached patch allows 'select foo()' as well as 'select * from
foo()' where foo() is a plperl function that returns a single composite.

Andrew Dunstan
2004-07-21 20:45:54 +00:00
..
GNUmakefile Here is a patch required to build plperl with win32. The issues were: 2004-07-16 19:18:24 +00:00
plperl.c The attached patch allows 'select foo()' as well as 'select * from 2004-07-21 20:45:54 +00:00
ppport.h Allow plperl to compile with Perl 5.05. 2004-07-05 02:18:31 +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 The attached patch, which incorporates the previous one sent and 2004-07-12 14:31:04 +00:00
spi_internal.h The attached patch, which incorporates the previous one sent and 2004-07-12 14:31:04 +00:00
SPI.xs Allow plperl to compile with Perl 5.05. 2004-07-05 02:18:31 +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.