Re: Array types - Mailing list pgsql-hackers

From Andrew Chernow
Subject Re: Array types
Date
Msg-id 49DCBB2F.7040406@esilo.com
Whole thread Raw
In response to Re: Array types  ("John Lister" <john.lister-ps@kickstone.com>)
Responses Re: Array types
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: psql \d commands and information_schema
Next
From: Kevin Field
Date:
Subject: Re: plpgsql debugger (pldbg) absent from 8.4?