pgsql: Do not DROP default roles in pg_dumpall -c

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Do not DROP default roles in pg_dumpall -c
Дата
Msg-id E1b5PY9-0004Hz-Q8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Do not DROP default roles in pg_dumpall -c

When pulling the list of roles to drop, exclude roles whose names
begin with "pg_" (as we do when we are dumping the roles out to
recreate them).

Also add regression tests to cover pg_dumpall -c and this specific
issue.

Noticed by Rushabh Lathia.  Patch by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/018eb027f181234be7a580e9502c40ac5ad04f77

Modified Files
--------------
src/bin/pg_dump/pg_dumpall.c     |  8 +++-
src/bin/pg_dump/t/002_pg_dump.pl | 87 +++++++++++++++++++++++++++++++++++++++-
2 files changed, 93 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Mark wal_level as PGDLLIMPORT.
Следующее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Update doc text to reflect new column in MVCC phenomena table.