Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0ccc515

Browse files
committed
Fix typos, per Richard Huxton
1 parent0a4807d commit0ccc515

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/2503:08:07 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.82 2010/02/2510: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 SETplplerl.on_plperl_init = '$_SHARED{debug} = 1';
1200+
ALTER USER joe SETplperl.on_plperl_init = '$_SHARED{debug} = 1';
12011201
</programlisting>
12021202
</para>
12031203
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp