mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Fix plperl.sgml errors from recent commit.
This commit is contained in:
parent
1a7c2f9dea
commit
000416ac32
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.75 2010/01/26 23:11:56 adunstan Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.76 2010/01/27 02:55:04 adunstan Exp $ -->
|
||||||
|
|
||||||
<chapter id="plperl">
|
<chapter id="plperl">
|
||||||
<title>PL/Perl - Perl Procedural Language</title>
|
<title>PL/Perl - Perl Procedural Language</title>
|
||||||
@ -285,9 +285,9 @@ SELECT * FROM perl_set();
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
If you wish to use the <literal>strict</> pragma with your code you have a few options.
|
If you wish to use the <literal>strict</> pragma with your code you
|
||||||
For temporary global use you can <command>SET</> <literal>plperl.use_strict</literal>
|
have a few options. For temporary global use you can <command>SET</>
|
||||||
to true (see <xref linkend="plperl.use_strict">).
|
<literal>plperl.use_strict</literal> to true.
|
||||||
This will affect subsequent compilations of <application>PL/Perl</>
|
This will affect subsequent compilations of <application>PL/Perl</>
|
||||||
functions, but not functions already compiled in the current session.
|
functions, but not functions already compiled in the current session.
|
||||||
For permanent global use you can set <literal>plperl.use_strict</literal>
|
For permanent global use you can set <literal>plperl.use_strict</literal>
|
||||||
@ -692,8 +692,6 @@ SELECT done();
|
|||||||
</sect2>
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
</sect1>
|
|
||||||
|
|
||||||
<sect1 id="plperl-global">
|
<sect1 id="plperl-global">
|
||||||
<title>Global Values in PL/Perl</title>
|
<title>Global Values in PL/Perl</title>
|
||||||
|
|
||||||
@ -1069,8 +1067,6 @@ CREATE TRIGGER test_valid_id_trig
|
|||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
Loading…
Reference in New Issue
Block a user