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

From Peter Eisentraut
Subject Re: ALTER TABLE OWNER: change indexes
Date
Msg-id Pine.LNX.4.30.0203102044340.684-100000@peter.localdomain
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  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian writes:

> 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?

What would it break?  Joins against pg_user should use outer joins anyway.
I don't think this is the right direction.  It's just a waste of code.

--
Peter Eisentraut   peter_e@gmx.net


pgsql-patches by date:

Previous
From: jtv
Date:
Subject: Re: [INTERFACES] Additional fixes to ecpg - please apply patch
Next
From: Bruce Momjian
Date:
Subject: Re: ALTER TABLE OWNER: change indexes