Rename pgindent options

Andrew Dunstan <andrew@dunslane.net>

Commit: 387aecc948ed2fa39e04f84d9eea086d32ebd42e
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2023-12-20T22:37:57Z
Releases: 17.0
Rename pgindent options

--show-diff becomes --diff, and --silent-diff becomes --check. These
options may now be given together. Without --check, --diff will exit
with a zero status even if diffs are found. With --check, it will now
exit with a non-zero status in that case.

Author: Tristan Partin
Reviewed-by: Daniel Gustafsson, Jelte Fennema-Nio

Discussion: https://postgr.es/m/CXLX2XYTH9S6.140SC6Y61VD88@neon.tech

Files

PathChange+/−
src/tools/pgindent/pgindent modified +21 −18
src/tools/pgindent/pgindent.man modified +6 −6

Discussion