pgsql: doc: Improve pg_restore help output - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Improve pg_restore help output
Date
Msg-id E1XL36v-0002Hx-Kq@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Improve pg_restore help output

Add a note that some options can be specified multiple times to select
multiple objects to restore.  This replaces the somewhat confusing use
of plurals in the option descriptions themselves.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/256bfb2c9ab89eefb963db025dfcc91893f0b8b3

Modified Files
--------------
src/bin/pg_dump/pg_restore.c |   15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Improve pg_restore help output
Next
From: Simon Riggs
Date:
Subject: Re: pgsql: Implement ALTER TABLE .. SET LOGGED / UNLOGGED