| From: | Jov <amutu(at)amutu(dot)com> |
|---|---|
| To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: improve the help message about psql -F |
| Date: | 2014-01-19 05:00:13 |
| Message-ID: | CADyrUxNAjo2xrohHdRV7NC=yyWbyGThgo_J9gGyg8e9V4YDQVg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
any commnet?
Jov
blog: http:amutu.com/blog <http://amutu.com/blog>
2014/1/17 Jov <amutu(at)amutu(dot)com>
> in the offical doc,-F say:
>
>> Use separator as the field separator for unaligned output.
>
>
> but in the psql --help,-F say:
>
>> set field separator (default: "|")
>
>
> if user don't read the offical doc carefully,he can use:
>
> psql -F , -c 'select ...'
>
> But can't get what he want.
> It is a bad user Experience.
>
> I make a patch change the help message for -F to:
>
>> set field separator for unaligned output (default: "|")
>
>
> patch for head attached.
>
> Jov
> blog: http:amutu.com/blog <http://amutu.com/blog>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Geoghegan | 2014-01-19 06:26:25 | Re: INSERT...ON DUPLICATE KEY LOCK FOR UPDATE |
| Previous Message | Amit Kapila | 2014-01-19 04:40:46 | Re: Heavily modified big table bloat even in auto vacuum is running |