pgsql: Correctly dump database and tablespace ACLs

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Correctly dump database and tablespace ACLs
Дата
Msg-id E1bOlkd-0001D2-Pa@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Update 9.6 release notes through today.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Use correct symbol for minimum int64 value