stringtype setting with PGXADataSource - Mailing list pgsql-jdbc

From Mike O'Toole
Subject stringtype setting with PGXADataSource
Date
Msg-id COL127-W62D757783765DDDB7062EEAA80@phx.gbl
Whole thread Raw
Responses Re: stringtype setting with PGXADataSource  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
Hello,

I am in the middle of a Oracle to Postgres migration and have some difficulty with properly configuring the XA driver.  I need to set the stringtype=unspecified property, but that seems to be ignored with the XA driver. It seems to work fine with the non-xa driver, but since I am in the middle of this conversion I need to be able to work with the Oracle and Postgres datasources within the same transaction.  

I am using the postgresql-9.2-1002.jdbc4 jar with Weblogic 10.3.  

Thanks, Mike

pgsql-jdbc by date:

Previous
From: Rui Zhu
Date:
Subject: [PATCH] Driver.knownProperties key is "tcpKeepAlive", but URL parameter is created with "tcpkeepalive", which renders setTcpKeepAlive(boolean) uneffective
Next
From: Dave Cramer
Date:
Subject: Re: stringtype setting with PGXADataSource