Re: Array types

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: James Pye <lists(at)jwp(dot)name>
Cc: John Lister <john(dot)lister(at)kickstone(dot)com>, Andrew Chernow <ac(at)esilo(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Array types
Date: 2009-04-08 03:33:37
Message-ID: b42b73150904072033v795d514cpec49ebf423cc3a5f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Apr 7, 2009 at 6:42 PM, James Pye <lists(at)jwp(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2009-04-08 04:05:33 Re: another tiny fix (tab-completion) for \ef in psql
Previous Message Robert Haas 2009-04-08 03:03:47 Re: Closing some 8.4 open items