1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

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.
This commit is contained in:
Tom Lane
2011-10-12 13:59:30 -04:00
parent aadfd6e5d6
commit 7a0c5845bd

View File

@ -1646,10 +1646,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>