From: Andrew Dunstan Date: Wed, 27 Jan 2010 02:55:04 +0000 (+0000) Subject: Fix plperl.sgml errors from recent commit. X-Git-Tag: REL9_0_ALPHA4~174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=000416ac32f2b7cf62f21c51a7890cf4a4d07313;p=postgresql Fix plperl.sgml errors from recent commit. --- diff --git a/doc/src/sgml/plperl.sgml b/doc/src/sgml/plperl.sgml index 90f63acdde..cb231bd791 100644 --- a/doc/src/sgml/plperl.sgml +++ b/doc/src/sgml/plperl.sgml @@ -1,4 +1,4 @@ - + PL/Perl - Perl Procedural Language @@ -285,9 +285,9 @@ SELECT * FROM perl_set(); - If you wish to use the strict pragma with your code you have a few options. - For temporary global use you can SET plperl.use_strict - to true (see ). + If you wish to use the strict pragma with your code you + have a few options. For temporary global use you can SET + plperl.use_strict to true. This will affect subsequent compilations of PL/Perl functions, but not functions already compiled in the current session. For permanent global use you can set plperl.use_strict @@ -692,8 +692,6 @@ SELECT done(); - - Global Values in PL/Perl @@ -1069,8 +1067,6 @@ CREATE TRIGGER test_valid_id_trig - -