Bruce Momjian <pgman@candle.pha.pa.us> writes:
> OK, the issue with this patch is that it fixes ownership of INDEXES.
I thought the resubmitted patch did no such thing?
> Now, we are we going with this? Can we just remove ownership of indexes
> totally? And sequences?
How did you get from indexes to sequences? The issues are completely
different.
I'm in favor of considering that indexes and toast tables have no
separate ownership, and storing zero in pg_class.relowner for them.
However, I have not looked to see what this might break. It might
be more trouble than it's worth.
regards, tom lane