]> granicus.if.org Git - postgresql/commit
Correctly dump database and tablespace ACLs
authorStephen Frost <sfrost@snowman.net>
Sun, 17 Jul 2016 13:04:46 +0000 (09:04 -0400)
committerStephen Frost <sfrost@snowman.net>
Sun, 17 Jul 2016 13:04:46 +0000 (09:04 -0400)
commit47f5bb9f539a7fff089724b1cbacc31613031895
treefe1a0b2bce4dbfe5351bbaf6cb68847c1396aed7
parentfe03f2896292e6b21828490c76bda64cf75e7867
Correctly dump database and tablespace ACLs

Dump out the appropriate GRANT/REVOKE commands for databases and
tablespaces from pg_dumpall to replicate what the current state is.

This was broken during the changes to buildACLCommands for 9.6+
servers for pg_init_privs.
src/bin/initdb/initdb.c
src/bin/pg_dump/pg_dumpall.c
src/bin/pg_dump/t/002_pg_dump.pl