Обсуждение: pgsql: Correct query in pg_dumpall:dumpRoles

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

pgsql: Correct query in pg_dumpall:dumpRoles

От
Stephen Frost
Дата:
Correct query in pg_dumpall:dumpRoles

We need to use a new branch due to the 9.5 addition of bypassrls
when adding in the clause to exclude pg_* roles from being dumped
by pg_dumpall.

Pointed out by Noah, patch by me.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/pg_dumpall.c | 10 ++++++++++
1 file changed, 10 insertions(+)