Re: Binary tx format for an array? - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: Binary tx format for an array?
Date
Msg-id 17160.1150929667@sss.pgh.pa.us
Whole thread Raw
In response to Binary tx format for an array?  ("Michael Guyver" <kenevel@googlemail.com>)
Responses Re: Binary tx format for an array?  ("Michael Guyver" <kenevel@googlemail.com>)
List pgsql-jdbc
"Michael Guyver" <kenevel@googlemail.com> writes:
> ... or more specifically, the
> int size = sizeof(Oid);

sizeof(Oid) is 4 [bytes].  You can check this and other basic datatype
sizes by looking in pg_type.

            regards, tom lane

pgsql-jdbc by date:

Previous
From: Mark Lewis
Date:
Subject: Re: Binary tx format for an array?
Next
From: Oliver Jowett
Date:
Subject: Re: Limit vs setMaxRows issue