File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 $ -->
22
33 <chapter id="plperl">
44 <title>PL/Perl - Perl Procedural Language</title>
@@ -1058,9 +1058,9 @@ CREATE TRIGGER test_valid_id_trig
10581058 or subtransaction to be aborted.
10591059 </para>
10601060 <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:
10641064<programlisting>
10651065plplerl.on_perl_init = '$ENV{NYTPROF}="start=no"; require Devel::NYTProf::PgPLPerl'
10661066plplerl.on_perl_init = 'use lib "/my/app"; use MyApp::PgInit;'
You can’t perform that action at this time.
0 commit comments