Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
Chapter 41. PL/Perl - Perl Procedural Language
Prev UpPart V. Server ProgrammingHome Next

Chapter 41. PL/Perl - Perl Procedural Language

PL/Perl is a loadable procedural language that enables you to writePostgres Pro functions in thePerl programming language.

The main advantage to using PL/Perl is that this allows use, within stored functions, of the manyfoldstring 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, useCREATE EXTENSION plperl, or from the shell command line usecreatelang plperldbname.

Tip

If a language is installed intotemplate1, 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. Users of binary packages might find PL/Perl in a separate subpackage.


Prev Home Next
40.10. Tcl Procedure Names Up 41.1. PL/Perl Functions and Arguments
pdfepub
Go to Postgres Pro Standard 9.6
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp