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 17:59:30 +0000 (13:59 -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 8ef53874b38a4623b39720f165b7f2429517d79a..662eab7b6d08e4102755260379ef77dcb483cc08 100644 (file)
@@ -2147,10 +2147,11 @@ lo_import 152801
 
 
       
-        \q
+        \q or \quit
         
         
         Quits the psql program.
+        In a script file, only execution of that script is terminated.