mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08: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
3a2f6b570f
commit
f655c3f023
@ -1739,10 +1739,11 @@ lo_import 152801
|
|||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><literal>\q</literal></term>
|
<term><literal>\q</literal> or <literal>\quit</literal></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Quits the <application>psql</application> program.
|
Quits the <application>psql</application> program.
|
||||||
|
In a script file, only execution of that script is terminated.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
Loading…
Reference in New Issue
Block a user