Re: Array types

Поиск
Список
Период
Сортировка
От Andrew Chernow
Тема Re: Array types
Дата
Msg-id 49DCBB2F.7040406@esilo.com
обсуждение исходный текст
Ответ на Re: Array types  ("John Lister" <john.lister-ps@kickstone.com>)
Ответы Re: Array types  (Andrew Chernow <ac@esilo.com>)
Список pgsql-hackers
John Lister wrote:
> Following this up, is there any docs on the binary wire format for arrays?
>  

None that I know of.

Check out the backend source: (array_recv() and array_send() functions)
http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/arrayfuncs.c?rev=1.154

Or, look at libpqtypes array.c:
http://libpqtypes.esilo.com/browse_source.html?file=array.c

-- 
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: psql \d commands and information_schema
Следующее
От: Kevin Field
Дата:
Сообщение: Re: plpgsql debugger (pldbg) absent from 8.4?