]> granicus.if.org Git - postgresql/blob - src/pl/plperl/README
Rewrite pg_regress as a C program instead of a shell script.
[postgresql] / src / pl / plperl / README
1 PL/Perl allows you to write PostgreSQL functions and procedures in
2 Perl.  To include PL/Perl in the build use './configure --with-perl'.
3 To build from this directory use 'gmake all; gmake install'.  libperl
4 must have been built as a shared library, which is usually not the
5 case in standard installations.
6
7 Consult the PostgreSQL User's Guide and the INSTALL file in the
8 top-level directory of the source distribution for more information.