vacuumdb: Reword --help message for clarity
commit9aa3881b2d61a50052d2f5e26a1d941d2d500bd6
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 25 Sep 2023 14:03:32 +0000 (25 16:03 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 25 Sep 2023 14:03:32 +0000 (25 16:03 +0200)
tree0dec9cbd462a63e2233f63aabd699cc58b526352
parent2143d96dc7b72b62166d711283d5925b7180bf85
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