pgsql: Improve documentation of psql's \q command.

Lists: pgsql-committers
From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve documentation of psql's \q command.
Date: 2011-10-12 18:00:50
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Improve documentation of psql's \q command.

The documentation neglected to explain its behavior in a script file
(it only ends execution of the script, not psql as a whole), and failed
to mention the long form \quit either.

Branch
------
REL8_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/7a0c5845bd1e4954fbd461781d5942a3e87c2ae3

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)