File tree 1 file changed +4
-4
lines changed
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.81 2010/02/25 03:08:07 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.82 2010/02/25 10: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 SET plplerl .on_plperl_init = '$_SHARED{debug} = 1';
1200
+ ALTER USER joe SET plperl .on_plperl_init = '$_SHARED{debug} = 1';
1201
1201
</programlisting>
1202
1202
</para>
1203
1203
<para>
You can’t perform that action at this time.
0 commit comments