projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8969c4
)
Document that, for psql -c, only the result of the last command is
author
Bruce Momjian
<bruce@momjian.us>
Fri, 3 Aug 2012 18:02:22 +0000
(14:02 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 3 Aug 2012 18:02:22 +0000
(14:02 -0400)
returned, per report from Aleksey Tsalolikhin
Backpatch to 9.2 and 9.1.
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 b6bf6a3ba8e199e93064b5a92f053de4080fef95..1ba5ea8dabc04d3c4a700323fcb951f4a9d0f009 100644
(file)
--- a/
doc/src/sgml/ref/psql-ref.sgml
+++ b/
doc/src/sgml/ref/psql-ref.sgml
@@
-99,7
+99,8
@@
PostgreSQL documentation
<command>BEGIN</>/<command>COMMIT</> commands included in the
string to divide it into multiple transactions. This is
different from the behavior when the same string is fed to
- <application>psql</application>'s standard input.
+ <application>psql</application>'s standard input. Also, only
+ the result of the last SQL command is returned.
</para>
</listitem>
</varlistentry>