Re: Array types

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Array types
Дата
Msg-id b42b73150904071213i562aa28ame500cf111988f1b5@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Array types  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, Apr 7, 2009 at 3:11 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> "John Lister" <john.lister-ps@kickstone.com> writes:
>> Hi, using v8.3.5 and a number of client libraries (java, python, pgadmin) and playing about with arrays.
>> They all return arrays as text, is it possible to configure postgresql
>> to return an array in native form (does postgresql support such a
>> thing)?
>
> This is something the client code would request (or not).  It would not
> be sensible to try to force it from the server side, since if the client
> doesn't request it it's likely that the client wouldn't understand the
> data format.

unless, of course, you are using libpqtypes :D

http://libpqtypes.esilo.com/

merlin


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Array types
Следующее
От: Andrew Chernow
Дата:
Сообщение: Re: Array types