]> granicus.if.org Git - postgresql/commit
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)
commitea00ab8d64ae21bf1fc64cc6e362102d15f7cda7
tree8372b441361427c19c5a186ce403746789eb6979
parent98c0ebca808aa5aa2dc5ff260cb677ac6ee25439
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