Re: ALTER TABLE OWNER: change indexes

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: ALTER TABLE OWNER: change indexes
Date: 2002-03-06 19:58:17
Message-ID: 200203061958.g26JwHH01945@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Neil Conway wrote:
> 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(at)rogers(dot)com>
> PGP Key ID: DB3C29FC

[ Attachment, skipping... ]

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-03-06 20:34:21 Re: Basic DOMAIN Support
Previous Message Bruce Momjian 2002-03-06 14:38:09 Re: libpq++