pgsql: docs: Improve documentation of \pset without arguments. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: docs: Improve documentation of \pset without arguments.
Date
Msg-id E1XPPGP-0007Nz-T6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
docs: Improve documentation of \pset without arguments.

The syntax summary previously failed to clarify that the first
argument is also optional.  The textual description did mention it,
but all the way at the bottom.  It fits better with the command
overview, so move it there, and fix the summary also.

Back-patch to 9.4 where \pset without arguments was supported.

Dilip Kumar, reviewed by Fabien Coelho

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/643cad19346bc7d6e16663ee9ff6f7a6ef009d93

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml |   12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Allow \watch to display query execution time if \timing is enabl
Next
From: Fujii Masao
Date:
Subject: Re: pgsql: docs: Improve documentation of \pset without arguments.