Re: alter table alter columns vs. domains

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: alter table alter columns vs. domains
Дата
Msg-id 1083870012.91282.40.camel@jester
обсуждение исходный текст
Ответ на Re: alter table alter columns vs. domains  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> If we were willing to abuse the ALTER TABLE syntax some more, it would
> be possible to support changing the datatypes of f1 and f2
> simultaneously, thereby allowing the above to work.  The infrastructure
> for hacking multiple tables in parallel is already there in CVS tip,
> but it only gets exercised in cases involving inheritance.

I don't think we need to allow end users to do it via the grammar.
Allowing an ALTER TYPE or ALTER DOMAIN to set up the multiple table
transform is enough.



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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: ALTER TABLE TODO items
Следующее
От: Tom Lane
Дата:
Сообщение: Re: alter table alter columns vs. domains