projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05672e5
)
Fix doc build, which was broken by PL/perl utility functions patch.
author
Robert Haas
<rhaas@postgresql.org>
Wed, 20 Jan 2010 03:37:10 +0000
(
03:37
+0000)
committer
Robert Haas
<rhaas@postgresql.org>
Wed, 20 Jan 2010 03:37:10 +0000
(
03:37
+0000)
doc/src/sgml/plperl.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/plperl.sgml
b/doc/src/sgml/plperl.sgml
index d92cbb32144e9ab83362975e430ff23e8a962c88..8c56d56c8658d33d785d5c201161399345bafb07 100644
(file)
--- a/
doc/src/sgml/plperl.sgml
+++ b/
doc/src/sgml/plperl.sgml
@@
-1,4
+1,4
@@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.7
3 2010/01/20 01:08:21 adunstan
Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/plperl.sgml,v 2.7
4 2010/01/20 03:37:10 rhaas
Exp $ -->
<chapter id="plperl">
<title>PL/Perl - Perl Procedural Language</title>
@@
-320,6
+320,7
@@
BEGIN { strict->import(); }
<para>
Access to the database itself from your Perl function can be done
via the following functions:
+ </para>
<variablelist>
<varlistentry>
@@
-678,7
+679,6
@@
SELECT done();
</varlistentry>
</variablelist>
- </para>
</sect2>
</sect1>