ALTER CAST

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема ALTER CAST
Дата
Msg-id 3073cc9b0905261414i2f69aad6j54f03f3d3f27c151@mail.gmail.com
обсуждение исходный текст
Ответы Re: ALTER CAST  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi, any reason not to implement an ALTER CAST statement?

the situation where i need it is for migration... i'm currently
migrating an application from sql server. and in sql server the cast
from int to bool seems like it is implicit and the application makes
use of that...now, instead of changing the whole application is far
more convenient to alter the cast (int as bool) to make it implicit
but the only way to do it is via alter catalogs...

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: generic options for explain
Следующее
От: Tom Lane
Дата:
Сообщение: Re: generic options for explain