Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 000416a

Browse files
committed
Fix plperl.sgml errors from recent commit.
1 parent 1a7c2f9 commit 000416a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

doc/src/sgml/plperl.sgml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>

0 commit comments

Comments
 (0)