Re: Binary tx format for an array?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Michael Guyver" <kenevel(at)googlemail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Binary tx format for an array?
Date: 2006-06-21 22:41:07
Message-ID: 17160.1150929667@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

"Michael Guyver" <kenevel(at)googlemail(dot)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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2006-06-21 22:52:35 Re: Limit vs setMaxRows issue
Previous Message Mark Lewis 2006-06-21 20:32:21 Re: Binary tx format for an array?