Prevent pg_dump from dumping the comment (if any) on the 'public' schema.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Jan 2008 19:27:41 +0000 (19:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Jan 2008 19:27:41 +0000 (19:27 +0000)
commit106f786a2f1807c59f1edea592a2cf33bd24e26c
tree9bba47d72744917ecb77d127803249273b4c7b3e
parent5d980342fa98f62306a65285f09ae6256662003b
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.
src/bin/pg_dump/pg_backup_archiver.c