![]() | ![]() | ![]() | ![]() |
Chapter 40. PL/Perl - Perl Procedural Language
PL/Perl is a loadable procedural language that enables you to write PostgreSQL functions in the Perl programming language. The usual advantage to using PL/Perl is that this allows use, within stored functions, 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 createlang plperl dbname.
|
||||||||||||