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_4_10~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77ea00406998d0f58e71a433f6cfe40fda2368b9;p=thirdparty%2Fpostgresql.git 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 97ac2f6a32b..49ad740a4c3 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1892,10 +1892,11 @@ lo_import 152801 - \q + \q or \quit Quits the psql program. + In a script file, only execution of that script is terminated.