Re: improve the help message about psql -F - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: improve the help message about psql -F
Date
Msg-id 20140416221513.GJ7443@momjian.us
Whole thread Raw
In response to Re: improve the help message about psql -F  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: assertion failure 9.3.4
Next
From: Bruce Momjian
Date:
Subject: Re: pg_get_viewdefs() indentation considered harmful