Re: perl access

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: Tom Allison <tallison(at)tacocat(dot)net>
Cc: Greg Sabino Mullane <greg(at)turnstep(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: perl access
Date: 2004-06-15 23:17:00
Message-ID: 87ekogl8cz.fsf@asmodeus.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Allison <tallison(at)tacocat(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vams 2004-06-16 01:29:29 plpgsql - Inserting DEFAULT Value.
Previous Message Tom Allison 2004-06-15 23:08:12 Re: perl access