mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Fix doc plperl doc with is -> are change.
This commit is contained in:
parent
24bfbb5857
commit
cbb0dcff4f
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.84 2010/05/13 16:39:43 adunstan Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.85 2010/06/14 18:47:05 momjian Exp $ -->
|
||||||
|
|
||||||
<chapter id="plperl">
|
<chapter id="plperl">
|
||||||
<title>PL/Perl - Perl Procedural Language</title>
|
<title>PL/Perl - Perl Procedural Language</title>
|
||||||
@ -835,7 +835,7 @@ $$ LANGUAGE plperl;
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
The <varname>%_SHARED</varname> variable and other global state within
|
The <varname>%_SHARED</varname> variable and other global state within
|
||||||
the language is public data, available to all PL/Perl functions within a
|
the language are public data, available to all PL/Perl functions within a
|
||||||
session. Use with care, especially in situations that involve use of
|
session. Use with care, especially in situations that involve use of
|
||||||
multiple roles or <literal>SECURITY DEFINER</> functions.
|
multiple roles or <literal>SECURITY DEFINER</> functions.
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user