postgresql/src/pl/plperl
Peter Eisentraut 91acff7a53 Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 1a710c413ce4c4cd081843e563cde256bb95f490
2019-06-17 15:30:20 +02:00
..
expected Generated columns 2019-03-30 08:15:57 +01:00
po Translation updates 2019-06-17 15:30:20 +02:00
sql Generated columns 2019-03-30 08:15:57 +01:00
.gitignore
GNUmakefile Still further rethinking of build changes for macOS Mojave. 2018-10-18 14:55:23 -04:00
nls.mk Translation updates 2018-05-21 12:29:52 -04:00
plc_perlboot.pl Don't fall off the end of perl functions 2018-05-27 09:08:42 -04:00
plc_trusted.pl Clean up some perlcritic warnings 2018-05-07 15:35:32 -04:00
plperl_helpers.h Fix assorted header files that failed to compile standalone. 2019-05-31 11:45:33 -04:00
plperl_opmask.pl
plperl--1.0.sql Remove unnecessary use of PROCEDURAL 2019-02-25 08:38:59 +01:00
plperl--unpackaged--1.0.sql Remove unnecessary use of PROCEDURAL 2019-02-25 08:38:59 +01:00
plperl.c Clean up PL/Perl's handling of the _() macro. 2019-06-02 12:23:39 -04:00
plperl.control
plperl.h Fix more typos and inconsistencies in the tree 2019-06-17 16:13:16 +09:00
plperlu--1.0.sql Remove unnecessary use of PROCEDURAL 2019-02-25 08:38:59 +01:00
plperlu--unpackaged--1.0.sql Remove unnecessary use of PROCEDURAL 2019-02-25 08:38:59 +01:00
plperlu.control
ppport.h
README
SPI.xs Clean up PL/Perl's handling of the _() macro. 2019-06-02 12:23:39 -04:00
text2macro.pl Don't fall off the end of perl functions 2018-05-27 09:08:42 -04:00
Util.xs Clean up PL/Perl's handling of the _() macro. 2019-06-02 12:23:39 -04: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.