Re: ALTER TABLE OWNER: change indexes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ALTER TABLE OWNER: change indexes
Дата
Msg-id 25560.1014680902@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ALTER TABLE OWNER: change indexes  (Neil Conway <nconway@klamath.dyndns.org>)
Ответы Re: ALTER TABLE OWNER: change indexes  (Neil Conway <nconway@klamath.dyndns.org>)
Список pgsql-patches
Neil Conway <nconway@klamath.dyndns.org> writes:
> Additionally, if someone eventually fixes the index-ownership situation,
> the changes to command.c to remove the index recursion are trivial.

... but won't necessarily get done.  More to the point, they may confuse
someone who's trying to refactor the code: without careful thought, he
might think he needs to support recursion over indexes as well as child
tables.

> This patch also includes some refactoring and code cleanups that are
> useful in any case.

Sure.  Please resubmit just that part.

            regards, tom lane

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: ALTER TABLE OWNER: change indexes
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: ALTER TABLE OWNER: change indexes