]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix up pg_dump's --binary-upgrade option so that it behaves properly with
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Jul 2009 21:34:38 +0000 (21:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Jul 2009 21:34:38 +0000 (21:34 +0000)
commit3db8fa106e6f8f0aedcaa801df646d5003175b7b
tree0dee0abb57df6b5a54b2d462a56620b86c0db8f6
parent5e3f9c8fce10d707eedbdf7fda8e2d67c746ab96
Fix up pg_dump's --binary-upgrade option so that it behaves properly with
inherited columns and check constraints.  Per my recent trouble report.
src/bin/pg_dump/pg_dump.c