postgresql/src/pl/plperl
Tom Lane 375369acd1 Replace TupleTableSlot convention for whole-row variables and function
results with tuples as ordinary varlena Datums.  This commit does not
in itself do much for us, except eliminate the horrid memory leak
associated with evaluation of whole-row variables.  However, it lays the
groundwork for allowing composite types as table columns, and perhaps
some other useful features as well.  Per my proposal of a few days ago.
2004-04-01 21:28:47 +00:00
..
eloglvl.c Error message editing in src/pl. The plpython module could use another 2003-07-25 23:37:31 +00:00
eloglvl.h
GNUmakefile Fix bit-rot in support for building with --disable-shared. This patch 2004-01-21 19:04:11 +00:00
plperl.c Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
ppport.h Make 'dummy' declarations in header files be 'extern int no_such_variable' 2002-10-18 20:33:57 +00:00
README
SPI.xs Fix includes for plperl: ensure postgres.h is included first, 2002-09-04 22:49:37 +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.