pgsql: pg_recvlogical: Improve --help output

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: pg_recvlogical: Improve --help output
Дата
Msg-id E1XdC8g-0002tH-51@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_recvlogical: Improve --help output

List the actions first, as they are the most important options.  Group
the other options more sensibly, consistent with the man page.  Correct
a few typographical errors, clarify some things.

Also update the pg_receivexlog --help output to make it a bit more
consistent with that of pg_recvlogical.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a0fb59d8bd7711fb8f08a4371074f07c62617d78

Modified Files
--------------
src/bin/pg_basebackup/pg_receivexlog.c |   10 +++++-----
src/bin/pg_basebackup/pg_recvlogical.c |   31 +++++++++++++++----------------
2 files changed, 20 insertions(+), 21 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pg_recvlogical: Improve --help output
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Fix quoting in the add_to_path Makefile macro.