Re: [PATCH] Datatype of OID should be VARBINARY, not INT - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: [PATCH] Datatype of OID should be VARBINARY, not INT
Date
Msg-id 7249.961167897@sss.pgh.pa.us
Whole thread Raw
In response to [PATCH] Datatype of OID should be VARBINARY, not INT  (Nissim <nissim@nksystems.com>)
List pgsql-interfaces
Nissim <nissim@nksystems.com> writes:
> The datatype returned by the ResultSetMetaData for OID should be
> VARBINARY, not INT.

Uh, why?  There's nothing VAR about it that I can see, and it is
the same size as INT ... at the moment anyway ...
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Nissim
Date:
Subject: [PATCH] Datatype of OID should be VARBINARY, not INT
Next
From: Daniel Osborne
Date:
Subject: Postgresql jdbc drivers not listening to setTransactionIsolation()?