Re: [GENERAL] pg_locks.transaction field type - Mailing list pgsql-jdbc

From Joseph Shraibman
Subject Re: [GENERAL] pg_locks.transaction field type
Date
Msg-id 430412FB.4020200@selectacast.net
Whole thread Raw
In response to pg_locks.transaction field type  (Joseph Shraibman <jks@selectacast.net>)
List pgsql-jdbc
So basically what needs to be changed is  TypeInfoCache.java & Oid.java

Alvaro Herrera wrote:
> On Thu, Aug 18, 2005 at 03:55:43PM +1200, Oliver Jowett wrote:
>
>>Joseph Shraibman wrote:
>>
>>
>>>>The column's type is 'xid' which the driver doesn't currently handle,
>>>>so it gets put into the "wrap it in PGobject" bucket.
>>>
>>>Is xid a type of number?
>>
>>It's an internal backend type; I'm not familiar with the details.
>
>
> It's an unsigned 4 byte integer.
>

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: pg_locks.transaction field type
Next
From: Alvaro Herrera
Date:
Subject: Re: [GENERAL] pg_locks.transaction field type