pgsql: Fix help message and document in pg_receivexlog. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix help message and document in pg_receivexlog.
Date
Msg-id E1WPt1A-0001wG-Ow@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix help message and document in pg_receivexlog.

Add SLOTNAME placeholder to --slot option in help message and
document.

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Make it easy to detach completely from shared memory.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix pg_dumpall option parsing: -i doesn't take an argument.