Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf872846

Browse files
committed
Point to main CPAN site, and reword a little.
1 parentd09f6f7 commitf872846

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

‎doc/src/sgml/plperl.sgml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/plperl.sgml,v 2.13 2002/01/0805:39:26 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/plperl.sgml,v 2.14 2002/01/0816:13:41 petere Exp $
33
-->
44

55
<chapter id="plperl">
@@ -178,13 +178,14 @@ CREATE FUNCTION badfunc() RETURNS integer AS '
178178
<literal>plperlu</>, execution would succeed.
179179
</para>
180180
<para>
181-
Access to database itself from your Perl function can be done via
181+
Access tothedatabase itself from your Perl function can be done via
182182
an experimental module <ulink
183-
url="http://cpan.digisle.net/authors/id/A/AP/APILOS/"><literal>DBD::PgSPI</literal></ulink>
184-
(also on <ulink url="http://www.cpan.org">CPAN</ulink>). This
185-
module makes available a <acronym>DBI</>-compliant database-handle
186-
named <varname>$pg_dbh</varname>, and you can use that to perform
187-
queries with normal <acronym>DBI</> syntax.
183+
url="http://www.cpan.org/modules/by-module/DBD/APILOS/"><literal>DBD::PgSPI</literal></ulink>
184+
(also available at <ulink url="http://www.cpan.org/SITES.html">CPAN
185+
mirror sites</ulink>). This module makes available a
186+
<acronym>DBI</>-compliant database-handle named
187+
<varname>$pg_dbh</varname> that can be used to perform queries
188+
with normal <acronym>DBI</> syntax.
188189
</para>
189190

190191
</sect1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp