Обсуждение: pgsql: Dump all roles first, then all config settings on roles.

Поиск
Список
Период
Сортировка

pgsql: Dump all roles first, then all config settings on roles.

От
Robert Haas
Дата:
Dump all roles first, then all config settings on roles.

This way, if a role's config setting uses the name of another role,
the validity of the dump isn't dependent on the order in which those
two roles are dumped.

Code by Phil Sorber, comment by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/dea95c7a7beb5ef66ce89269dd0e84d0c26e5523

Modified Files
--------------
src/bin/pg_dump/pg_dumpall.c |   12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)