Using DBD::Pg CVS with 7.4Devel - Mailing list pgsql-interfaces

From GB Clark
Subject Using DBD::Pg CVS with 7.4Devel
Date
Msg-id 20030709184103.07a8e392.postgres@vsservices.com
Whole thread Raw
Responses Re: Using DBD::Pg CVS with 7.4Devel  (Joe Conway <mail@joeconway.com>)
Re: Using DBD::Pg CVS with 7.4Devel  (greg@turnstep.com)
List pgsql-interfaces
Hello,

I tried to get DBD::Pg CVS running with 7.4Devel and ran into
two problems.

1. It looks like array is now a reserved keyword.  Neither
of the developers docs show it reserved.  Should they be updated
to reflect this, or is there another problem?

2. It also looks like pg_index no longer has a field name
called indproc.  Nor can I find any info on functional indexes in
the developer docs.

After I modified 01setup.t/17arrays.t to change array to testarray
and modified 15func.t to delete the reference to i.indproc, all tests
were passed.

It might be missing functionality, but it looks like the latest CVS
works OK with 7.4Devel


Maybe time for another release (with the above changes?).

GB
-- 
GB Clark II             | Roaming FreeBSD Admin
gclarkii@VSServices.COM | General Geek           CTHULU for President - Why choose the lesser of two evils?


pgsql-interfaces by date:

Previous
From: Adam Pigg
Date:
Subject: libpq:Find Table Name
Next
From: Joe Conway
Date:
Subject: Re: Using DBD::Pg CVS with 7.4Devel