mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04: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:
parent
55800b68de
commit
606990dcf8
1 changed files with 2 additions and 1 deletions
|
|
@ -2022,10 +2022,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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue