Re: perl access - Mailing list pgsql-general

From Doug McNaught
Subject Re: perl access
Date
Msg-id 87ekogl8cz.fsf@asmodeus.mcnaught.org
Whole thread Raw
In response to Re: perl access  (Tom Allison <tallison@tacocat.net>)
List pgsql-general
Tom Allison <tallison@tacocat.net> writes:

> 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"

That's for doing database queries inside Postgres stored procedures
that are written in Perl (in other words, Perl code that's running
inside the database server).  For regular client access (e.g. web
applications), the DBD::Pg module is well-tested and stable, as
Greg said.

-Doug

pgsql-general by date:

Previous
From: Tom Allison
Date:
Subject: Re: perl access
Next
From: Tom Lane
Date:
Subject: Re: PostgreSQL 7.4.3 Now Available ...