diff options
author | Bruce Momjian <bruce@momjian.us> | 2010-06-14 18:47:05 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2010-06-14 18:47:05 +0000 |
commit | cbb0dcff4f37714b7ba80f2d2b05d647f7b53b47 (patch) | |
tree | 20c4a82e77aa077963b95f816914f0eca2b3b361 | |
parent | 24bfbb5857a1e7ae227b526e64e540752c3b1fe3 (diff) | |
download | postgresql-cbb0dcff4f37714b7ba80f2d2b05d647f7b53b47.tar.gz postgresql-cbb0dcff4f37714b7ba80f2d2b05d647f7b53b47.zip |
Fix doc plperl doc with is -> are change.
-rw-r--r-- | doc/src/sgml/plperl.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/plperl.sgml b/doc/src/sgml/plperl.sgml index 7d17002acff..71747a9fc2e 100644 --- a/doc/src/sgml/plperl.sgml +++ b/doc/src/sgml/plperl.sgml @@ -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"> <title>PL/Perl - Perl Procedural Language</title> @@ -835,7 +835,7 @@ $$ LANGUAGE plperl; <para> 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 multiple roles or <literal>SECURITY DEFINER</> functions. </para> |