vacuumdb: Reword --help message for clarity

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 9aa3881b2d61a50052d2f5e26a1d941d2d500bd6
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2023-09-25T14:03:32Z
Releases: 16.1
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

Files

PathChange+/−
src/bin/scripts/vacuumdb.c modified +2 −2

Discussion