From 46651ce6fe013220ed397add242004d764fc0153 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:15:05 +0200 Subject: Adding upstream version 14.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/plperl.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/src/sgml/html/plperl.html (limited to 'doc/src/sgml/html/plperl.html') diff --git a/doc/src/sgml/html/plperl.html b/doc/src/sgml/html/plperl.html new file mode 100644 index 0000000..faf9cc6 --- /dev/null +++ b/doc/src/sgml/html/plperl.html @@ -0,0 +1,22 @@ + +Chapter 45. PL/Perl — Perl Procedural Language

Chapter 45. PL/Perl — Perl Procedural Language

+ PL/Perl is a loadable procedural language that enables you to write + PostgreSQL functions and procedures in the + Perl programming language. +

+ The main advantage to using PL/Perl is that this allows use, + within stored functions and procedures, of the manyfold string + munging operators and functions available for Perl. Parsing + complex strings might be easier using Perl than it is with the + string functions and control structures provided in PL/pgSQL. +

+ To install PL/Perl in a particular database, use + CREATE EXTENSION plperl. +

Tip

+ If a language is installed into template1, all subsequently + created databases will have the language installed automatically. +

Note

+ Users of source packages must specially enable the build of + PL/Perl during the installation process. (Refer to Chapter 17 for more information.) Users of + binary packages might find PL/Perl in a separate subpackage. +

\ No newline at end of file -- cgit v1.2.3