Re: Array types - Mailing list pgsql-hackers

From Merlin Moncure
Subject Re: Array types
Date
Msg-id b42b73150904072033v795d514cpec49ebf423cc3a5f@mail.gmail.com
Whole thread Raw
In response to Re: Array types  (James Pye <lists@jwp.name>)
List pgsql-hackers
On Tue, Apr 7, 2009 at 6:42 PM, James Pye <lists@jwp.name> wrote:
> On Apr 7, 2009, at 12:54 PM, John Lister wrote:
>
>> Cheers, nice to know it is possible... Now to see if i can get java/python
>> to do the same :) or to use a modified libpq somehow...
>
> http://python.projects.postgresql.org will do it for Python. =D
>
> tho, only supports Python 3, which is still quite new.

I took a quick look at the pg python driver and was very impressed.
They implemented a full top to bottom binary driver with type i/o
functions in the vein of libpqtypes.  If you are writing python, this
is definitely the way to go.  Kudos to them for seeing the light and
doing it that way...it's much better coupling with the server than
marshaling everything through text.

merlin


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Closing some 8.4 open items
Next
From: Bruce Momjian
Date:
Subject: Re: another tiny fix (tab-completion) for \ef in psql