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 $ -->
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>
You can’t perform that action at this time.
0 commit comments