Re: Syntax error while altering col-type

Поиск
Список
Период
Сортировка
От KÖPFERL Robert
Тема Re: Syntax error while altering col-type
Дата
Msg-id ED4E30DD9C43D5118DFB00508BBBA76EB16549@neptun.sonorys.at
обсуждение исходный текст
Ответ на Syntax error while altering col-type  (KÖPFERL Robert <robert.koepferl@sonorys.at>)
Ответы Re: Syntax error while altering col-type  (Andrew Sullivan <ajs@crankycanuck.ca>)
Список pgsql-sql

> 
> It really is.  In fact, the feature was (IIRC) somewhat
> controversial, because there are all sorts of decisions that need to
> be made about what to do with incompatible types.  What if you change
> from int8 to int4?  What about varchar(4) to char(4)?  Just to name
> two simple-minded examples.  See the -general and -hackers archives
> for plenty of previous discussion of this stuff.
> 

but that's the reason, the USING clause exists. It however still remains a
problem if triggers, constraints or referential integrity or vews are
involved.

so far


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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Syntax error while altering col-type
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: Syntax error while altering col-type