Re: improve the help message about psql -F

Поиск
Список
Период
Сортировка
От Jov
Тема Re: improve the help message about psql -F
Дата
Msg-id CADyrUxNAjo2xrohHdRV7NC=yyWbyGThgo_J9gGyg8e9V4YDQVg@mail.gmail.com
обсуждение исходный текст
Ответ на improve the help message about psql -F  (Jov <amutu@amutu.com>)
Список pgsql-hackers
any commnet?



2014/1/17 Jov <amutu@amutu.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.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Heavily modified big table bloat even in auto vacuum is running
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: INSERT...ON DUPLICATE KEY LOCK FOR UPDATE