Re: perl access - Mailing list pgsql-general

From Tom Allison
Subject Re: perl access
Date
Msg-id 40CF815C.1010903@tacocat.net
Whole thread Raw
In response to Re: perl access  ("Greg Sabino Mullane" <greg@turnstep.com>)
Responses Re: perl access  (Doug McNaught <doug@mcnaught.org>)
List pgsql-general
Greg Sabino Mullane wrote:
>
>
>>I'm used to using the DBI modules in perl.
>>The online docs mention DBD as expiremental.
>
>
> Please let us know which docs you were looking at so we can remedy this.
>

"experimental module DBD::PgSPI"

http://www.postgresql.org/docs/7.4/static/plperl-database.html


39.3. Database Access from PL/Perl

Access to the database itself from your Perl function can be done via an
experimental module 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.


pgsql-general by date:

Previous
From: "Greg Sabino Mullane"
Date:
Subject: Re: perl access
Next
From: Doug McNaught
Date:
Subject: Re: perl access