pgsql: docs: Improve documentation of \pset without arguments.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: docs: Improve documentation of \pset without arguments.
Date: 2014-07-24 12:12:55
Message-ID: E1XAHtH-0006KX-Lb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-07-24 12:43:49 pgsql: Avoid access to already-released lock in LockRefindAndRelease.
Previous Message Fujii Masao 2014-07-24 06:45:37 pgsql: Fix bug where pg_receivexlog goes into busy loop if -s option is