Re: Array types

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Array types
Дата
Msg-id b42b73150904072033v795d514cpec49ebf423cc3a5f@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Array types  (James Pye <lists@jwp.name>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Closing some 8.4 open items
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: another tiny fix (tab-completion) for \ef in psql