Обсуждение: pgsql: Remove undocumented -h (help) option

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

pgsql: Remove undocumented -h (help) option

От
Bruce Momjian
Дата:
Remove undocumented -h (help) option
The -h option was not supported by many tools, and not documented, so
remove them for consistency from pg_upgrade, pg_test_fsync, and
pg_test_timing.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/06b804377cc5628f24ff37de719995a65f6f5928

Modified Files
--------------
contrib/pg_test_fsync/pg_test_fsync.c   |    3 +--
contrib/pg_test_timing/pg_test_timing.c |    3 +--
src/bin/pg_ctl/pg_ctl.c                 |    5 ++---
src/bin/psql/startup.c                  |    2 +-
4 files changed, 5 insertions(+), 8 deletions(-)