Re: Can PostgreSQL do data type automated casting in

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Can PostgreSQL do data type automated casting in
Дата
Msg-id 4382E5E0.6080601@opencloud.com
обсуждение исходный текст
Ответ на Re: Can PostgreSQL do data type automated casting in  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: Can PostgreSQL do data type automated casting in  (Tjioe Ai Xin <xinxincute@gmail.com>)
Список pgsql-jdbc
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 по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Can PostgreSQL do data type automated casting in
Следующее
От: "Vit Timchishin"
Дата:
Сообщение: Re: Deadlock problem