Thread: pgsql: Clean up pg_dump's handling of ownership for indexes (including

pgsql: Clean up pg_dump's handling of ownership for indexes (including

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Clean up pg_dump's handling of ownership for indexes (including
pkey/unique constraint indexes) and schemas.  Per report from
Michael Fuhr.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_backup_archiver.c (r1.100 -> r1.101)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.100&r2=1.101)
        pg_dump.c (r1.398 -> r1.399)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.398&r2=1.399)