We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05672e5 commit 62b5c03Copy full SHA for 62b5c03
doc/src/sgml/plperl.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.73 2010/01/20 01:08:21 adunstan Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.74 2010/01/20 03:37:10 rhaas Exp $ -->
2
3
<chapter id="plperl">
4
<title>PL/Perl - Perl Procedural Language</title>
@@ -320,6 +320,7 @@ BEGIN { strict->import(); }
320
<para>
321
Access to the database itself from your Perl function can be done
322
via the following functions:
323
+ </para>
324
325
<variablelist>
326
<varlistentry>
@@ -678,7 +679,6 @@ SELECT done();
678
679
</varlistentry>
680
681
</variablelist>
- </para>
682
</sect2>
683
</sect1>
684
0 commit comments