Re: [HACKERS] pg_dump fails to set index ownership

2005-09-23 Thread Michael Fuhr
On Fri, Sep 23, 2005 at 04:45:02PM -0400, Bruce Momjian wrote: > Tom Lane wrote: > > Michael Fuhr <[EMAIL PROTECTED]> 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 differ

Re: [HACKERS] pg_dump fails to set index ownership

2005-09-23 Thread Bruce Momjian
Yep, testing confirms this is fixed. Thanks for the report. --- Michael Fuhr wrote: > Regarding the removal of ALTER INDEX OWNER commands from pg_dump, > indexes are now restored with the wrong ownership if the user doing >

Re: [HACKERS] pg_dump fails to set index ownership

2005-09-23 Thread Bruce Momjian
Tom Lane wrote: > Michael Fuhr <[EMAIL PROTECTED]> 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 so

Re: [HACKERS] pg_dump fails to set index ownership

2005-08-25 Thread Tom Lane
Michael Fuhr <[EMAIL PROTECTED]> 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 sho