Re: perl access

From: Tom Allison <tallison(at)tacocat(dot)net>
To: Greg Sabino Mullane <greg(at)turnstep(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: perl access
Date: 2004-06-15 23:08:12
Message-ID: 40CF815C.1010903@tacocat.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2004-06-15 23:17:00 Re: perl access
Previous Message Greg Sabino Mullane 2004-06-15 23:04:06 Re: perl access