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

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
Thread:
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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-10-12 18:05:41 pgsql: Modify up/home macro to match standard parameter list; fixes do
Previous Message Tom Lane 2011-10-12 17:52:17 Re: pgsql: Add Up/Home link to the top of the HTML doc output.