Re: Adding -E switch to pg_dumpall
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Michael Paquier <michael.paquier@gmail.com>
Cc: Fabien COELHO <coelho@cri.ensmp.fr>, PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2017-09-01T16:32:48Z
Lists: pgsql-hackers
On Fri, Jul 21, 2017 at 9:21 AM, Michael Paquier <michael.paquier@gmail.com> wrote: > On Thu, Jul 20, 2017 at 11:17 AM, Fabien COELHO <coelho@cri.ensmp.fr> wrote: >> Ok for me. I switched the status to "Ready for committers". > > Thanks for the review, Fabien. LGTM. Committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
pg_dumpall: Add a -E flag to set the encoding, like pg_dump has.
- 84be67181aab 11.0 landed