aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2002-01-08 16:13:41 +0000
committerPeter Eisentraut <peter_e@gmx.net>2002-01-08 16:13:41 +0000
commitf8728467ffb9cc720b871d026181462f5f6cbe97 (patch)
tree337d5764ed301f3b84f513e90e024159bd7fced0 /doc/src
parentd09f6f77418313d3d7425ddffa0b20c6a841e818 (diff)
downloadpostgresql-f8728467ffb9cc720b871d026181462f5f6cbe97.tar.gz
postgresql-f8728467ffb9cc720b871d026181462f5f6cbe97.zip
Point to main CPAN site, and reword a little.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/plperl.sgml15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/src/sgml/plperl.sgml b/doc/src/sgml/plperl.sgml
index a679c5de189..1d4d31337f0 100644
--- a/doc/src/sgml/plperl.sgml
+++ b/doc/src/sgml/plperl.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/plperl.sgml,v 2.13 2002/01/08 05:39:26 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/plperl.sgml,v 2.14 2002/01/08 16:13:41 petere Exp $
-->
<chapter id="plperl">
@@ -178,13 +178,14 @@ CREATE FUNCTION badfunc() RETURNS integer AS '
<literal>plperlu</>, execution would succeed.
</para>
<para>
- Access to database itself from your Perl function can be done via
+ Access to the database itself from your Perl function can be done via
an experimental module <ulink
- url="http://cpan.digisle.net/authors/id/A/AP/APILOS/"><literal>DBD::PgSPI</literal></ulink>
- (also on <ulink url="http://www.cpan.org">CPAN</ulink>). This
- module makes available a <acronym>DBI</>-compliant database-handle
- named <varname>$pg_dbh</varname>, and you can use that to perform
- queries with normal <acronym>DBI</> syntax.
+ url="http://www.cpan.org/modules/by-module/DBD/APILOS/"><literal>DBD::PgSPI</literal></ulink>
+ (also available at <ulink url="http://www.cpan.org/SITES.html">CPAN
+ mirror sites</ulink>). This module makes available a
+ <acronym>DBI</>-compliant database-handle named
+ <varname>$pg_dbh</varname> that can be used to perform queries
+ with normal <acronym>DBI</> syntax.
</para>
</sect1>