Commit 80c6409c authored by Tom Lane's avatar Tom Lane

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.
parent b8691d83
......@@ -2147,10 +2147,11 @@ lo_import 152801
<varlistentry>
<term><literal>\q</literal></term>
<term><literal>\q</literal> or <literal>\quit</literal></term>
<listitem>
<para>
Quits the <application>psql</application> program.
In a script file, only execution of that script is terminated.
</para>
</listitem>
</varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment