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.