Re: ALTER TABLE OWNER: change indexes - Mailing list pgsql-patches

From Neil Conway
Subject Re: ALTER TABLE OWNER: change indexes
Date
Msg-id 1015363062.31794.124.camel@jiro
Whole thread Raw
In response to Re: ALTER TABLE OWNER: change indexes  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: ALTER TABLE OWNER: change indexes
Re: ALTER TABLE OWNER: change indexes
Re: ALTER TABLE OWNER: change indexes
List 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

Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: ALTER TABLE OWNER: change indexes
Next
From: Tom Lane
Date:
Subject: Re: ALTER TABLE OWNER: change indexes