Files
postgresql/src/pl/plperl
Peter Eisentraut 5b41fc1e0f Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 36cb12a154ee719a594401e7f8763e472f41614a
2019-11-11 10:50:22 +01:00
..
2019-11-11 10:50:22 +01:00
2011-02-15 06:52:12 +02:00
2018-09-17 08:40:36 +02:00
2019-04-19 11:20:37 -04:00
2017-03-14 12:58:39 -04:00
2018-01-22 08:43:06 -05:00

src/pl/plperl/README

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 'make all; make 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.