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

From Robert Haas
Subject pgsql: docs: Improve documentation of \pset without arguments.
Date
Msg-id E1XAHtH-0006KX-Lb@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: docs: Improve documentation of \pset without arguments.  (Fujii Masao <masao.fujii@gmail.com>)
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.

Dilip Kumar, reviewed by Fabien Coelho

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/967a4e7f3107e3c5b732fe4f8e13a1f31a255e46

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: Fix bug where pg_receivexlog goes into busy loop if -s option is
Next
From: Robert Haas
Date:
Subject: pgsql: Avoid access to already-released lock in LockRefindAndRelease.