pgsql: pg_receivexlog: Rename option --dir to --directory - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_receivexlog: Rename option --dir to --directory
Date
Msg-id E1SeCbr-0001t8-Mt@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_receivexlog: Rename option --dir to --directory

getopt_long() allows abbreviating long options, so we might as well
give the option the full name, and users can abbreviate it how they
like.

Do some general polishing of the --help output at the same time.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7d754961f799634128fb2d77632e2b53b736ae21

Modified Files
--------------
doc/src/sgml/ref/pg_receivexlog.sgml   |    2 +-
src/bin/pg_basebackup/pg_receivexlog.c |   17 ++++++++---------
2 files changed, 9 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Prevent non-streaming replication connections from being selecte
Next
From: Tom Lane
Date:
Subject: pgsql: Fix pg_dump output to a named tar-file archive.