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

Commit cbb0dcf

Browse files
committed
Fix doc plperl doc with is -> are change.
1 parent 24bfbb5 commit cbb0dcf

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 language is public data, available to all PL/Perl functions within a
838+
the language are 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)