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

Commit225d9c0

Browse files
committed
Fix minor stylistic issue
1 parent3ce7f18 commit225d9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/plperl.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,7 @@ plperl.on_init = 'use lib "/my/app"; use MyApp::PgInit;'
12521252
indirectly, will be available for use by <literal>plperl</>. This may
12531253
create a security risk. To see what modules have been loaded you can use:
12541254
<programlisting>
1255-
DO 'elog(WARNING, join ", ", sort keys %INC)'language plperl;
1255+
DO 'elog(WARNING, join ", ", sort keys %INC)'LANGUAGE plperl;
12561256
</programlisting>
12571257
</para>
12581258
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp