Re: pg_dump, pg_dumpall and data durability
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Albe Laurenz <laurenz.albe@wien.gv.at>
Cc: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2016-11-14T09:07:09Z
Lists: pgsql-hackers
On Mon, Nov 14, 2016 at 6:04 PM, Albe Laurenz <laurenz.albe@wien.gv.at> wrote: > Michael Paquier wrote: >> Meh. I forgot docs and --help output updates. > > Looks good, except that you left the "N" option in the getopt_long > call for pg_dumpall. I fixed that in the attached patch. No, v5 has removed it, but it does not matter much now... > I'll mark the patch "ready for committer". Thanks! -- Michael
Commits
-
Sync pg_dump and pg_dumpall output
- 96a7128b7b4c 10.0 landed