From 86651491aadc0cb356d10f896ffbeee3c39755b3 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 8 Jan 2002 16:13:41 +0000 Subject: [PATCH] Point to main CPAN site, and reword a little. --- doc/src/sgml/plperl.sgml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/plperl.sgml b/doc/src/sgml/plperl.sgml index 744388c547..5afbe4db9e 100644 --- a/doc/src/sgml/plperl.sgml +++ b/doc/src/sgml/plperl.sgml @@ -178,13 +178,14 @@ CREATE FUNCTION badfunc() RETURNS integer AS ' plperlu, execution would succeed. - 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 DBD::PgSPI - (also on CPAN). This - module makes available a DBI-compliant database-handle - named $pg_dbh, and you can use that to perform - queries with normal DBI syntax. + url="http://www.cpan.org/modules/by-module/DBD/APILOS/">DBD::PgSPI + (also available at CPAN + mirror sites). This module makes available a + DBI-compliant database-handle named + $pg_dbh that can be used to perform queries + with normal DBI syntax. -- 2.39.5