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

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

From
Tom Lane
Date:
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_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/77ea00406998d0f58e71a433f6cfe40fda2368b9

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