|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.77 2010/01/30 01:46:57 adunstan Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.78 2010/02/01 15:48:35 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="plperl"> |
4 | 4 | <title>PL/Perl - Perl Procedural Language</title> |
@@ -1058,9 +1058,9 @@ CREATE TRIGGER test_valid_id_trig |
1058 | 1058 | or subtransaction to be aborted. |
1059 | 1059 | </para> |
1060 | 1060 | <para> |
1061 | | - The perl code is limited to a single string. Longer code can be placed |
1062 | | - into a module and loaded by the <literal>on_perl_init</> string. |
1063 | | - Examples: |
| 1061 | + The perl code is limited to a single string. Longer code can be placed |
| 1062 | + into a module and loaded by the <literal>on_perl_init</> string. |
| 1063 | + Examples: |
1064 | 1064 | <programlisting> |
1065 | 1065 | plplerl.on_perl_init = '$ENV{NYTPROF}="start=no"; require Devel::NYTProf::PgPLPerl' |
1066 | 1066 | plplerl.on_perl_init = 'use lib "/my/app"; use MyApp::PgInit;' |
|