Re: Can PostgreSQL do data type automated casting in - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Can PostgreSQL do data type automated casting in
Date
Msg-id 43844BBC.403@opencloud.com
Whole thread Raw
In response to Re: Can PostgreSQL do data type automated casting in  (Tjioe Ai Xin <xinxincute@gmail.com>)
List pgsql-jdbc
Tjioe Ai Xin wrote:

> How can I make it default to off?

With current drivers you can't. You can try protocolVersion=2 as a
workaround as suggested elsewhere but that's a bit of a blunt instrument
really.

> Does the performance of PostgreSQL drop a lot if I change it?
> Especially the speed?

You will have to try it with your particular application to find out.
Yes, query plans can change, and that may affect performance one way or
the other.

-O

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Switching user within connection.
Next
From: Rob Kirkbride
Date:
Subject: Re: Switching user within connection.