From: | Jov <amutu(at)amutu(dot)com> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | improve the help message about psql -F |
Date: | 2014-01-17 09:12:06 |
Message-ID: | CADyrUxPEPqc77O6WDz23pNF2HYLbioe9HtTHxLnmtuvY-ijqpQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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>
Attachment | Content-Type | Size |
---|---|---|
filed_separator_set_help_imporove.patch.gz | application/x-gzip | 361 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2014-01-17 10:26:25 | Re: plpgsql.warn_shadow |
Previous Message | Kyotaro HORIGUCHI | 2014-01-17 08:37:01 | Funny representation in pg_stat_statements.query. |