Fix doc build, which was broken by PL/perl utility functions patch.

This commit is contained in:
Robert Haas 2010-01-20 03:37:10 +00:00
parent 05672e5045
commit 62b5c031f6

View File

@ -1,4 +1,4 @@
<!-- $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 $ -->
<chapter id="plperl"> <chapter id="plperl">
<title>PL/Perl - Perl Procedural Language</title> <title>PL/Perl - Perl Procedural Language</title>
@ -320,6 +320,7 @@ BEGIN { strict->import(); }
<para> <para>
Access to the database itself from your Perl function can be done Access to the database itself from your Perl function can be done
via the following functions: via the following functions:
</para>
<variablelist> <variablelist>
<varlistentry> <varlistentry>
@ -678,7 +679,6 @@ SELECT done();
</varlistentry> </varlistentry>
</variablelist> </variablelist>
</para>
</sect2> </sect2>
</sect1> </sect1>