1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-13 14:22:43 +03:00
Files
postgres/src/pl/plperl
Peter Eisentraut af5ab115bc Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 707f81a8bc147ef576cbddd13069c7ae97c76307
2018-11-05 14:43:50 +01:00
..
2018-11-05 14:43:50 +01:00
2011-02-15 06:52:12 +02:00
2018-09-17 08:40:36 +02: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.