|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.81 2010/02/2503:08:07 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.82 2010/02/2510:02:30 mha Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="plperl">
|
4 | 4 | <title>PL/Perl - Perl Procedural Language</title>
|
@@ -1154,8 +1154,8 @@ CREATE TRIGGER test_valid_id_trig
|
1154 | 1154 | into a module and loaded by the <literal>on_init</> string.
|
1155 | 1155 | Examples:
|
1156 | 1156 | <programlisting>
|
1157 |
| -plplerl.on_init = '$ENV{NYTPROF}="start=no"; require Devel::NYTProf::PgPLPerl' |
1158 |
| -plplerl.on_init = 'use lib "/my/app"; use MyApp::PgInit;' |
| 1157 | +plperl.on_init = '$ENV{NYTPROF}="start=no"; require Devel::NYTProf::PgPLPerl' |
| 1158 | +plperl.on_init = 'use lib "/my/app"; use MyApp::PgInit;' |
1159 | 1159 | </programlisting>
|
1160 | 1160 | </para>
|
1161 | 1161 | <para>
|
@@ -1197,7 +1197,7 @@ plplerl.on_init = 'use lib "/my/app"; use MyApp::PgInit;'
|
1197 | 1197 | superuser execute an <literal>ALTER USER ... SET ...</> command.
|
1198 | 1198 | For example:
|
1199 | 1199 | <programlisting>
|
1200 |
| -ALTER USER joe SETplplerl.on_plperl_init = '$_SHARED{debug} = 1'; |
| 1200 | +ALTER USER joe SETplperl.on_plperl_init = '$_SHARED{debug} = 1'; |
1201 | 1201 | </programlisting>
|
1202 | 1202 | </para>
|
1203 | 1203 | <para>
|
|