Re: Cast null to int4 upgrading from Version 7.2

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Cast null to int4 upgrading from Version 7.2
Дата
Msg-id 200611170722.00942.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Cast null to int4 upgrading from Version 7.2  (Jim Nasby <decibel@decibel.org>)
Список pgsql-patches
Jim Nasby wrote:
> As a less invasive alternative, I *think* you could create an SQL
> function for casting text to int that treated '' as 0, and then
> replace the built-in CAST with that.

Won't work.  You need to replace the data type input function.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

В списке pgsql-patches по дате отправления:

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Cast null to int4 upgrading from Version 7.2
Следующее
От: Mario Weilguni
Дата:
Сообщение: Re: Cast null to int4 upgrading from Version 7.2