]> git.ipfire.org Git - thirdparty/postgresql.git/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:49 +0000 (22:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Jul 2001 22:12:49 +0000 (22:12 +0000)
commitd6b1a407f4c544c438f0bf6067b70e864719bb46
tree6f44eacee7cc445500556883c236a9f0909d4591
parenta88408be08f6bc3019049ac719eaf1085cba5d52
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