Re: ALTER TABLE TODO items

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: ALTER TABLE TODO items
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB34101AE0A@Herge.rcsinc.local
обсуждение исходный текст
Ответ на ALTER TABLE TODO items  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> I tweaked things so that the clustered flag is preserved for indexes
> that aren't directly affected by the ALTER TYPE.  It would take more
> work to preserve the setting for an index that is rebuilt by ALTER
TYPE,
> and I'm not even sure that it's sensible --- the new index could have
> a significantly different ordering from the old.  What do you think?

Fair enough.  Perhaps a notice level log message would be appropriate?

Merlin


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

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