Fix spelling and punctuation

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: b3efa270b5192f0c72dc26f0ea1bc795ad8516c3
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2023-11-30T09:56:53Z
Releases: 17.0
Fix spelling and punctuation

Remove trailing periods from pg_log_error emitted strings as only
hint and detail level error messages should be punctuated.  Also
reword the usage screen which was missing a word.

Author: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://postgr.es/m/20231130.105223.554982964895179414.horikyota.ntt@gmail.com
Discussion: https://postgr.es/m/20231130.103900.2069212175914114279.horikyota.ntt@gmail.com

Files

PathChange+/−
src/bin/pg_dump/pg_dumpall.c modified +2 −2
src/bin/pg_dump/pg_dump.c modified +3 −3
src/bin/pg_dump/pg_restore.c modified +2 −2

Discussion