Обсуждение: pgsql: Rename pgindent options

Поиск
Список
Период
Сортировка

pgsql: Rename pgindent options

От
Andrew Dunstan
Дата:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/387aecc948ed2fa39e04f84d9eea086d32ebd42e

Modified Files
--------------
src/tools/pgindent/pgindent     | 39 +++++++++++++++++++++------------------
src/tools/pgindent/pgindent.man | 12 ++++++------
2 files changed, 27 insertions(+), 24 deletions(-)