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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up pg_dump's handling of ownership for indexes (including
Date: 2005-01-11 05:14:36
Message-ID: 20050111051436.A49273A5855@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message PostgreSQL Daemon 2005-01-11 05:29:22 pgsql: up release to rc5
Previous Message Tom Lane 2005-01-10 23:10:54 Re: pgsql: Separate the functions of relcache entry