pgsql: pg_createsubscriber: Rename option --remove to --clean - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_createsubscriber: Rename option --remove to --clean
Date
Msg-id E1uULyv-003GEm-0M@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_createsubscriber: Rename option --remove to --clean

After discussion, the name --remove was suboptimally chosen.  --clean
has more precedent in other PostgreSQL tools.

Reviewed-by: Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com>
Discussion: https://www.postgresql.org/message-id/84be7ff3-2763-4c0f-ac1e-ca9862077f41@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/60dda7bbc45f30e2ba50ecf20dfb9d944a589a38

Modified Files
--------------
doc/src/sgml/ref/pg_createsubscriber.sgml          | 59 +++++++++++-----------
src/bin/pg_basebackup/pg_createsubscriber.c        | 34 ++++++-------
src/bin/pg_basebackup/t/040_pg_createsubscriber.pl |  6 +--
3 files changed, 49 insertions(+), 50 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Doc: Improve documentation of stream abort.