File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<chapter id="plperl">
4
4
<title>PL/Perl - Perl Procedural Language</title>
@@ -835,7 +835,7 @@ $$ LANGUAGE plperl;
835
835
836
836
<para>
837
837
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
839
839
session. Use with care, especially in situations that involve use of
840
840
multiple roles or <literal>SECURITY DEFINER</> functions.
841
841
</para>
You can’t perform that action at this time.
0 commit comments