You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/pl/plperl
Peter Eisentraut d56cb42b54 Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting warnings 2 years ago
..
expected Don't specify number of dimensions in cases where we don't know it. 2 years ago
po Update copyright for 2024 2 years ago
sql Tighten array dimensionality checks in Perl -> SQL array conversion. 3 years ago
.gitignore
GNUmakefile Hide warnings from Python headers when using gcc-compatible compiler. 2 years ago
README Stop generating plain-text INSTALL instructions. 2 years ago
SPI.xs Be more careful to avoid including system headers after perl.h 3 years ago
Util.xs New header varatt.h split off from postgres.h 3 years ago
meson.build Update copyright for 2024 2 years ago
nls.mk
plc_perlboot.pl Update copyright for 2024 2 years ago
plc_trusted.pl Update copyright for 2024 2 years ago
plperl--1.0.sql
plperl.c Don't specify number of dimensions in cases where we don't know it. 2 years ago
plperl.control
plperl.h Update copyright for 2024 2 years ago
plperl_opmask.pl Update copyright for 2024 2 years ago
plperl_system.h Update copyright for 2024 2 years ago
plperlu--1.0.sql
plperlu.control
ppport.h
text2macro.pl Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting warnings 2 years ago

README

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 for more information.