ALTER CAST - Mailing list pgsql-hackers

From Jaime Casanova
Subject ALTER CAST
Date
Msg-id 3073cc9b0905261414i2f69aad6j54f03f3d3f27c151@mail.gmail.com
Whole thread Raw
Responses Re: ALTER CAST  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: generic options for explain
Next
From: Tom Lane
Date:
Subject: Re: generic options for explain