Re: pg_dump fails to set index ownership - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_dump fails to set index ownership
Date
Msg-id 25715.1125006976@sss.pgh.pa.us
Whole thread Raw
In response to pg_dump fails to set index ownership  (Michael Fuhr <mike@fuhr.org>)
Responses Re: pg_dump fails to set index ownership
List pgsql-hackers
Michael Fuhr <mike@fuhr.org> writes:
> Regarding the removal of ALTER INDEX OWNER commands from pg_dump,
> indexes are now restored with the wrong ownership if the user doing
> the restore is different than the user who owned the original index

pg_dump is not the source of the problem.  We should instead arrange
that an index's relowner value is copied directly from the parent table
during CREATE INDEX.  This is probably more important now with roles,
since GetUserId() might not have a lot to do with the table's owner ID.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Stuff running slooow
Next
From: Michael Glaesemann
Date:
Subject: Re: TODO list comments