pgsql: Prevent pg_dump from dumping the comment (if any) on the 'public' - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Prevent pg_dump from dumping the comment (if any) on the 'public'
Date
Msg-id 20080114192741.2512E754108@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Prevent pg_dump from dumping the comment (if any) on the 'public' schema.
This is to avoid uselessly requiring superuser permissions to restore
the dump without errors.  Pretty grotty, but no better alternative seems
available, at least not in the near term.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_backup_archiver.c (r1.151 -> r1.152)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c?r1=1.151&r2=1.152)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Avoid cluttering the postmaster log with bogus complaints during
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Most recent Postgres version is 8.2.6, per report from Robert