]> granicus.if.org Git - postgresql/commit
Fix pg_dump for recent change removing separate RULE privilege.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Sep 2006 18:05:35 +0000 (18:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Sep 2006 18:05:35 +0000 (18:05 +0000)
commitbf6b92d6e06cbca70e5c43bcdf7d58f15f27bf99
treee28ab8656739b5310b55ed902a5b4cba3f33ea04
parentd09e79deb97baa0609203f5815005545f3e280a7
Fix pg_dump for recent change removing separate RULE privilege.
I had thought this code could be left alone, but I was wrong: as-is
it's failing to recognize when to use ALL for table privileges in 8.2.
src/bin/pg_dump/dumputils.c