pgsql: Correct query in pg_dumpall:dumpRoles - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Correct query in pg_dumpall:dumpRoles
Date
Msg-id E1aymAc-0002dc-CK@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(+)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: pgsql: Add TAP tests for pg_dump
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Add TAP tests for pg_dump