From: Tom Lane Date: Wed, 12 Oct 2011 17:59:30 +0000 (-0400) Subject: Improve documentation of psql's \q command. X-Git-Tag: REL8_3_17~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f655c3f0236ad7b5de3589a6edb633c0120f7dc9;p=postgresql 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. --- diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 347d3fd2fd..e67d20f412 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1739,10 +1739,11 @@ lo_import 152801 - \q + \q or \quit Quits the psql program. + In a script file, only execution of that script is terminated.