Re: [JDBC] pg_locks.transaction field type

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)com(dot)tupari(dot)net>
Cc: Oliver Jowett <oliver(at)opencloud(dot)com>, pgsql-general(at)postgresql(dot)org, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] pg_locks.transaction field type
Date: 2005-08-18 04:47:55
Message-ID: 430412FB.4020200@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general 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.
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nikola Milutinovic 2005-08-18 05:57:59 Re: How to secure PostgreSQL Data for distribute?
Previous Message Alvaro Herrera 2005-08-18 04:10:44 Re: [JDBC] pg_locks.transaction field type

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kevin Grittner 2005-08-18 15:02:52 Re: java.sql.SQLException: ERROR: canceling query due
Previous Message Alvaro Herrera 2005-08-18 04:10:44 Re: [JDBC] pg_locks.transaction field type