]> granicus.if.org Git - postgresql/commit
Tweak pg_dump to say GRANT ALL when appropriate, rather than enumerating
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Jan 2002 18:49:31 +0000 (18:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Jan 2002 18:49:31 +0000 (18:49 +0000)
commit1b68bcfad33e329a5083cc75c1246d91986da2a8
treec1ed027bce5a4106def94d98edc1eba3913d0562
parent06f08209a97aea3491bb00eaf85256108b0eb882
Tweak pg_dump to say GRANT ALL when appropriate, rather than enumerating
the individual privilege bits.  I regard this as an important change for
cross-version compatibility: without this, a 7.1 dump loaded into 7.2
is likely to be short a few privileges.
src/bin/pg_dump/pg_dump.c