Re: Array types

From: Andrew Chernow <ac(at)esilo(dot)com>
To: John Lister <john(dot)lister-ps(at)kickstone(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Array types
Date: 2009-04-08 14:56:47
Message-ID: 49DCBB2F.7040406@esilo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Chernow 2009-04-08 15:07:39 Re: Array types
Previous Message Bruce Momjian 2009-04-08 14:49:21 Re: psql \d commands and information_schema