vacuumdb: Reword --help message for clarity
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 25 Sep 2023 14:03:32 +0000 (16:03 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 25 Sep 2023 14:03:32 +0000 (16:03 +0200)
commitaa9de547b7674df98ffaeef0fb9d56a87d8344f5
treee4d7fdce17eaefb5e1ce7ad5dc9692523fbb3ff3
parentfb56a181175bba03a6d4f82cd3c07ec5511ce545
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
src/bin/scripts/vacuumdb.c