Re: pg_validatebackup -> pg_verifybackup?
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Robert Haas <robertmhaas@gmail.com>, Alvaro Herrera <alvherre@2ndquadrant.com>, David Steele <david@pgmasters.net>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Date: 2020-04-12T19:32:51Z
Lists: pgsql-hackers
Hi, On 2020-04-12 10:57:59 -0400, Tom Lane wrote: > Yeah, I'd be happier with "pg" than "pg_ctl" as well. But it's so > short that I wonder if some other software has already adopted it. FWIW, Debian unstable does not have a 'pg' binary. There's a few modules in various languages called 'pg', but that's not a problem. I personally think it might be a good idea to 'claim' the pg binary soon, so that doesn't change. Even if we should support a command or two through it initially (e.g. pg_ctl ... -> pg ctl ...). Regards, Andres Freund
Commits
-
Rename pg_validatebackup to pg_verifybackup some more.
- 7a6b017b3478 13.0 landed
-
Rename pg_validatebackup to pg_verifybackup.
- dbc60c5593f2 13.0 landed