Status of DBD:Pg and Pg interfaces for Perl

From: "Jeff Duffy" <jeff(at)alanne(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Cc: "Lane, Tom" <tgl(at)greatbridge(dot)com>, "Momjian, Bruce" <bruce(at)greatbridge(dot)com>
Subject: Status of DBD:Pg and Pg interfaces for Perl
Date: 2001-04-08 12:00:11
Message-ID: 200104081700.f38H09849242@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Greetings.

The RC3 release has an ancient version of the perl Pg interface in
/src/interfaces/Perl5, which predates the DBI architecture, the
de-facto standard for interfacing with a database from Perl. The
upshot of this is that most people will install the DBD::Pg module
from CPAN rather than use the older Pg interface in the source tree,
and neither Pg.pm or DBD::Pg include the segfault-on-text-insert fix
Tom provided.

This means that as of now there is no obvious way to get a Perl5
driver that will work correctly with toasted fields in 7.1. I have
emailed the maintainer (Edmund Mergl) twice in two weeks in an
attempt to get the patch applied, and he hasn't responded to either
of the emails, or any of the relevant threads on the DBI mailing
lists.

What are the odds of getting DBD::Pg version 0.95 (the latest)
patched with Tom's fix, into the 7.1 release (maybe as an addition to
/src/interfaces/Perl5)? Can a new version of an interface library be
considered a bugfix if it does not work properly, as this one does
not? Or is it just too late in the cycle for his kind of addition (in
which case another method of access needs to be available)?

Jeff

--
Jeff Duffy
jeff(at)alanne(dot)com

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message The Hermit Hacker 2001-04-08 21:47:54 Re: Status of DBD:Pg and Pg interfaces for Perl
Previous Message Andrew Bosma 2001-04-05 01:15:34 Python as a procedural language