Re: improve the help message about psql -F

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: improve the help message about psql -F
Дата
Msg-id 20140416221513.GJ7443@momjian.us
обсуждение исходный текст
Ответ на Re: improve the help message about psql -F  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On Tue, Feb 11, 2014 at 10:02:20PM -0500, Peter Eisentraut wrote:
> If you are going to change the help string for -F, you should also
> update the help string for -R, and possibly for -z and -0.

Patch applied with all the suggestions merged in;  commitfest item
marked as committed:
 -F, --field-separator=STRING                          field separator for unaligned output (default: "|") -H, --html
           HTML table output mode -P, --pset=VAR[=ARG]     set printing option VAR to ARG (see \pset command) -R,
--record-separator=STRING                         record separator for unaligned output (default: newline) -t,
--tuples-only       print rows only -T, --table-attr=TEXT    set HTML table tag attributes (e.g., width, border) -x,
--expanded          turn on expanded table output -z, --field-separator-zero                          set field
separatorfor unaligned output to zero byte -0, --record-separator-zero                          set record separator
forunaligned output to zero byte
 


--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: assertion failure 9.3.4
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_get_viewdefs() indentation considered harmful