Re: DBD::PgSPI 0.02 - Mailing list pgsql-hackers

From alex@pilosoft.com
Subject Re: DBD::PgSPI 0.02
Date
Msg-id Pine.LNX.4.44.0412061453080.10941-100000@bawx.pilosoft.com
Whole thread Raw
In response to Re: DBD::PgSPI 0.02  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Mon, 6 Dec 2004, Andrew Dunstan wrote:

> I disagree. The crucial difference is that DBD::Pg is a client side
> library and plperl is not.
> 
> I would like all perl programmers to be able to use the same (or
> similar) idioms on both the client side and the server side. (Just as
> one can use JDBC idioms in PL/Java, iirc). So I want a DBI handle to be
> available in core plperl if possible.
Just like perl programmers need to download DBD::Pg to deal with Pg on 
client side, I don't see what's so wrong with them having to download 
DBD::PgSPI to deal with it on server side.

Besides the fact is that they have to download DBI to get *anywhere* in 
the first place ;0

-alex



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: DBD::PgSPI 0.02
Next
From: schmidtm
Date:
Subject: Re: somebody working on: Prevent default re-use of sysids for dropped users and groups?