aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-08-27 08:07:58 +0300
committerPeter Eisentraut <peter_e@gmx.net>2011-08-27 08:08:26 +0300
commit3104cc89be65614ef3d0748e1cc19fb5394969e9 (patch)
treee68ad5be4eb1436529a95e6ec3c3c6b942eb6212
parent68c019a5383bae89794b8a37001a7b8801e9a19b (diff)
downloadpostgresql-3104cc89be65614ef3d0748e1cc19fb5394969e9.tar.gz
postgresql-3104cc89be65614ef3d0748e1cc19fb5394969e9.zip
Spelling improvement
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml4
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 b20d64cc05a..8ef53874b38 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -2795,9 +2795,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>