]> granicus.if.org Git - postgresql/commit
Arrange for GRANT/REVOKE on a view to be dumped at the right time,
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Jul 2001 22:12:23 +0000 (22:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Jul 2001 22:12:23 +0000 (22:12 +0000)
commit8d464d05d72c88a516994e2fa6d35d751163fe97
tree8f030940077a0c6a8f56333553e215aa722bbc4e
parent94cb3fd8757fd03a7b9f8fd549f63f106e5be6a7
Arrange for GRANT/REVOKE on a view to be dumped at the right time,
namely after the view definition rather than before it.  Bug introduced
in 7.1 by changes to dump stuff in OID ordering.
src/bin/pg_dump/pg_dump.c