Improve documentation of psql's \q command.
authorTom Lane
Wed, 12 Oct 2011 17:59:30 +0000 (13:59 -0400)
committerTom Lane
Wed, 12 Oct 2011 18:00:07 +0000 (14:00 -0400)
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.

doc/src/sgml/ref/psql-ref.sgml

index 1017ef4e4b8107617fc2dd396ace8c5a0bf9519f..648a6e60946702cccabe384cc53ad3023649e770 100644 (file)
@@ -2022,10 +2022,11 @@ lo_import 152801
 
 
       
-        \q
+        \q or \quit
         
         
         Quits the psql program.
+        In a script file, only execution of that script is terminated.