pgsql: Add extra descriptive headings in pg_dumpall

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add extra descriptive headings in pg_dumpall
Date: 2019-03-01 16:43:40
Message-ID: E1gzlG8-0000Ze-Eu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add extra descriptive headings in pg_dumpall

Headings are added for the User Configurations and Databases sections,
and for each user configuration and database in the output.

Author: Fabien Coelho
Discussion: https://postgr.es/m/alpine.DEB.2.21.1812272222130.32444@lancre

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6cbdbd9e8d8f2986fde44f2431ed8d0c8fce7f5d

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-03-01 17:04:53 Re: pgsql: Add --exclude-database option to pg_dumpall
Previous Message Andrew Dunstan 2019-03-01 16:13:51 pgsql: Add --exclude-database option to pg_dumpall