Clean up pg_dump's handling of ownership for indexes (including
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 Jan 2005 05:14:13 +0000 (05:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 Jan 2005 05:14:13 +0000 (05:14 +0000)
commitd1c80255eccafcdf596139cee2746f004e829e0d
treed1afaa8105e47816aa4831e62cb52c4865e5b3e4
parent5db701046d919770390e471563e12ecdf4059ea1
Clean up pg_dump's handling of ownership for indexes (including
pkey/unique constraint indexes) and schemas.  Per report from
Michael Fuhr.
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_dump.c