projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55800b6
)
Improve documentation of psql's \q command.
author
Tom Lane
Wed, 12 Oct 2011 17:59:30 +0000
(13:59 -0400)
committer
Tom 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/psql-ref.sgml
b/doc/src/sgml/ref/psql-ref.sgml
index 1017ef4e4b8107617fc2dd396ace8c5a0bf9519f..648a6e60946702cccabe384cc53ad3023649e770 100644
(file)
--- a/
doc/src/sgml/ref/psql-ref.sgml
+++ b/
doc/src/sgml/ref/psql-ref.sgml
@@
-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.