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

Commitcbb0dcf

Browse files
committed
Fix doc plperl doc with is -> are change.
1 parent24bfbb5 commitcbb0dcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/plperl.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.84 2010/05/13 16:39:43 adunstan Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.85 2010/06/14 18:47:05 momjian Exp $ -->
22

33
<chapter id="plperl">
44
<title>PL/Perl - Perl Procedural Language</title>
@@ -835,7 +835,7 @@ $$ LANGUAGE plperl;
835835

836836
<para>
837837
The <varname>%_SHARED</varname> variable and other global state within
838-
the languageis public data, available to all PL/Perl functions within a
838+
the languageare public data, available to all PL/Perl functions within a
839839
session. Use with care, especially in situations that involve use of
840840
multiple roles or <literal>SECURITY DEFINER</> functions.
841841
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp