Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0ccc515

Browse files
committed
Fix typos, per Richard Huxton
1 parent 0a4807d commit 0ccc515

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/plperl.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter id="plperl">
44
<title>PL/Perl - Perl Procedural Language</title>
@@ -1154,8 +1154,8 @@ CREATE TRIGGER test_valid_id_trig
11541154
into a module and loaded by the <literal>on_init</> string.
11551155
Examples:
11561156
<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;'
11591159
</programlisting>
11601160
</para>
11611161
<para>
@@ -1197,7 +1197,7 @@ plplerl.on_init = 'use lib "/my/app"; use MyApp::PgInit;'
11971197
superuser execute an <literal>ALTER USER ... SET ...</> command.
11981198
For example:
11991199
<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';
12011201
</programlisting>
12021202
</para>
12031203
<para>

0 commit comments

Comments
 (0)