Re: ALTER TABLE OWNER: change indexes

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: ALTER TABLE OWNER: change indexes
Дата
Msg-id 1015363062.31794.124.camel@jiro
обсуждение исходный текст
Ответ на Re: ALTER TABLE OWNER: change indexes  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: ALTER TABLE OWNER: change indexes  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: ALTER TABLE OWNER: change indexes  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: ALTER TABLE OWNER: change indexes  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
On Tue, 2002-03-05 at 16:08, Bruce Momjian wrote:
>
> OK, I propose that we do the index part of this patch too.  No one seems
> to know if seting the index user id to zero in pg_class will break
> things so we may as keep it consistent.  Can you send that over?

Sure. The attached patch makes ALTER TABLE OWNER change the ownership of
any indexes belonging to the target table, as well as refactoring the
code involved.

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: ALTER TABLE OWNER: change indexes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ALTER TABLE OWNER: change indexes