diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-08-27 08:07:58 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-08-27 08:08:45 +0300 |
commit | 814a7f50c6c53883b0b753458c9912b0e6bc2519 (patch) | |
tree | 999ef384e0d9aad2bbd9050aa95cba8bb1f6e260 | |
parent | 93809ad5eb8f0dbd704b2f713f707d8cf684fd57 (diff) | |
download | postgresql-814a7f50c6c53883b0b753458c9912b0e6bc2519.tar.gz postgresql-814a7f50c6c53883b0b753458c9912b0e6bc2519.zip |
Spelling improvement
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index f6c094b68e0..a42ed3d2857 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -2746,9 +2746,9 @@ bar otherwise, <application>psql</application> will exit, returning error code 3 to distinguish this case from fatal error conditions, which are reported using error code 1. In either case, - any currently running scripts (the toplevel script, if any, and any + any currently running scripts (the top-level script, if any, and any other scripts which it may have in invoked) will be terminated - immediately. If the toplevel command string contained multiple SQL + immediately. If the top-level command string contained multiple SQL commands, processing will stop with the current command. </para> </listitem> |