pgsql: vacuumdb: Reword --help message for clarity

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: vacuumdb: Reword --help message for clarity
Date: 2023-09-25 14:06:28
Message-ID: E1qkmEG-005sFt-5f@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)db(dot)is(dot)i(dot)nagoya-u(dot)ac(dot)jp>
Discussion: https://postgr.es/m/CAMyC8qp9mXPQd5D6s6CJxvmignsbTqGZwDDB6VYJOn1A8WG38w@mail.gmail.com
Backpatch-through: 16

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9aa3881b2d61a50052d2f5e26a1d941d2d500bd6

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-09-25 15:25:34 pgsql: Doc: improve cross-reference in Makefile comment.
Previous Message Daniel Gustafsson 2023-09-25 14:05:29 pgsql: vacuumdb: Fix excluding multiple schemas with -N