File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.75 2010/01/26 23:11:56 adunstan Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.76 2010/01/27 02:55:04 adunstan Exp $ -->
22
33 <chapter id="plperl">
44 <title>PL/Perl - Perl Procedural Language</title>
@@ -285,9 +285,9 @@ SELECT * FROM perl_set();
285285 </para>
286286
287287 <para>
288- If you wish to use the <literal>strict</> pragma with your code you have a few options.
289- For temporary global use you can <command>SET</> <literal>plperl.use_strict</literal>
290- to true (see <xref linkend=" plperl.use_strict">) .
288+ If you wish to use the <literal>strict</> pragma with your code you
289+ have a few options. For temporary global use you can <command>SET</>
290+ <literal> plperl.use_strict</literal> to true .
291291 This will affect subsequent compilations of <application>PL/Perl</>
292292 functions, but not functions already compiled in the current session.
293293 For permanent global use you can set <literal>plperl.use_strict</literal>
@@ -692,8 +692,6 @@ SELECT done();
692692 </sect2>
693693 </sect1>
694694
695- </sect1>
696-
697695 <sect1 id="plperl-global">
698696 <title>Global Values in PL/Perl</title>
699697
@@ -1069,8 +1067,6 @@ CREATE TRIGGER test_valid_id_trig
10691067 </listitem>
10701068 </itemizedlist>
10711069 </para>
1072- </sect2>
1073-
10741070 </sect1>
10751071
10761072</chapter>
You can’t perform that action at this time.
0 commit comments