pgsql: pg_dumpall: Add a -E flag to set the encoding, like pg_dump has.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dumpall: Add a -E flag to set the encoding, like pg_dump has.
Date: 2017-09-01 16:32:47
Message-ID: E1dnosB-0004Pr-5K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_dumpall: Add a -E flag to set the encoding, like pg_dump has.

Michael Paquier, reviewed by Fabien Coelho

Discussion: http://postgr.es/m/CAB7nPqQcYWmrm2n-dVaMUhYPKFU_DxQwPuUGuC4ZF+8B=dS5xQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/84be67181aab22ea8723ba0625ee690223cd8785

Modified Files
--------------
doc/src/sgml/ref/pg_dumpall.sgml | 13 +++++++++++++
src/bin/pg_dump/pg_dumpall.c | 24 +++++++++++++++++++++++-
2 files changed, 36 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-09-01 17:53:24 pgsql: Ensure SIZE_MAX can be used throughout our code.
Previous Message Simon Riggs 2017-09-01 16:20:55 pgsql: Provisional list of Major Features