pgsql: vacuumdb: Reword --help message for clarity - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: vacuumdb: Reword --help message for clarity
Date
Msg-id E1qkmDI-005sEf-N5@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
vacuumdb: Reword --help message for clarity

The --help output stated that schemas were specified using PATTERN
when they in fact aren't pattern matched but are required to be
exact matches. This changes to SCHEMA to make that clear.

Backpatch through v16 where this was introduced.

Author: Kuwamura Masaki <kuwamura@db.is.i.nagoya-u.ac.jp>
Discussion: https://postgr.es/m/CAMyC8qp9mXPQd5D6s6CJxvmignsbTqGZwDDB6VYJOn1A8WG38w@mail.gmail.com
Backpatch-through: 16

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/aa9de547b7674df98ffaeef0fb9d56a87d8344f5

Modified Files
--------------
src/bin/scripts/vacuumdb.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: pg_upgrade: check for types removed in pg12
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: vacuumdb: Reword --help message for clarity