Re: DBD::PgSPI 0.02

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: alex(at)pilosoft(dot)com
Cc: Michael Fuhr <mike(at)fuhr(dot)org>, Mike Rylander <mrylander(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: DBD::PgSPI 0.02
Date: 2004-12-06 19:56:19
Message-ID: 41B4B963.8010801@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

alex(at)pilosoft(dot)com wrote:

>>. DBD::PgSPI is covered by GPL, which means it can't be used in the core
>>distribution of postgres - we'd have to reinvent it in a clean room fashion.
>>
>>
>Actually, its both GPL and Artistic license - identical to DBD::Pg (where
>most of the code is taken from).
>
>I don't think this needs to be in core distribution - much like DBD::Pg
>doesn't need to be there either...
>
>
>
>

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.

cheers

andrew

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message alex 2004-12-06 20:02:45 Re: DBD::PgSPI 0.02
Previous Message alex 2004-12-06 19:55:10 Re: DBD::PgSPI 0.02

Browse pgsql-hackers by date

  From Date Subject
Next Message schmidtm 2004-12-06 20:00:49 Re: somebody working on: Prevent default re-use of sysids for dropped users and groups?
Previous Message alex 2004-12-06 19:55:10 Re: DBD::PgSPI 0.02