| From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: 9.4 pg_restore --help changes |
| Date: | 2014-08-09 02:12:10 |
| Message-ID: | CAB7nPqRt0EELkk=YsQiMjHqySGJCZtyT3BrVo8Hx2uEdZr8R8A@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Sat, Aug 9, 2014 at 10:44 AM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> -I, --index=NAME restore named indexes (repeat for multiple)
A single --index entry restores only one index, so what about
something like that:
-I, --index=NAME restore named index (repeat for multiple entries)
> or perhaps make a note at the bottom
>
> The options -I, -n, -P, -t, -T, --section can be combined and
> specified multiple times to select multiple objects.
>
> Other ideas?
Specifying both to make it clearer to the user. The note at the bottom
is a good thing as well.
Regards,
--
Michael
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Kapila | 2014-08-09 02:41:45 | Re: jsonb format is pessimal for toast compression |
| Previous Message | Peter Eisentraut | 2014-08-09 01:44:42 | 9.4 pg_restore --help changes |