pgsql: Correctly dump database and tablespace ACLs - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Correctly dump database and tablespace ACLs
Date
Msg-id E1bOlkd-0001D2-Pa@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/47f5bb9f539a7fff089724b1cbacc31613031895

Modified Files
--------------
src/bin/initdb/initdb.c          |  27 +------
src/bin/pg_dump/pg_dumpall.c     |  95 +++++++++++++++++++-----
src/bin/pg_dump/t/002_pg_dump.pl | 153 +++++++++++++++++++++++++++++++++++++++
3 files changed, 231 insertions(+), 44 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Update 9.6 release notes through today.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Use correct symbol for minimum int64 value