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

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

How can I make it default to off?
Does the performance of PostgreSQL drop a lot if I change it?
Especially the speed?

Thanks in advance.
Xin Xin

On Tuesday 22 November 2005 16:33, you wrote:
> Dave Cramer wrote:
> > The easier way to deal with this has already been discussed. Simply
> > bind String to the Oid.Unknown type, and let the server deal with it.
> >
> > How about we make this a configuration parameter.
>
> I was thinking about this some more and that seems like the best thing
> to do for now.
>
> Make it default to off (i.e. current 8.0/8.1 behaviour by default) and
> turn it on if you specify a separate parameter or if you specify
> compatible=7.4
>
> -O
>

pgsql-jdbc by date:

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