diff options
| author | Bruce Momjian | 2012-08-03 18:02:22 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2012-08-03 18:02:22 +0000 |
| commit | 91668fcc318cac9d980f076dee9258cd76904e9f (patch) | |
| tree | 9c1a6522d2d879564b1ffd2dfceba85ad70542a5 | |
| parent | 51ec1d3d486fa4b88d3d9382a7699f980fcaec65 (diff) | |
Document that, for psql -c, only the result of the last command is
returned, per report from Aleksey Tsalolikhin
Backpatch to 9.2 and 9.1.
| -rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 54890a1db53..1beac9a1b7e 100644 --- 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> |
