|
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 languageis public data, available to all PL/Perl functions within a |
| 838 | + the languageare 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> |
|