diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-06-17 00:54:08 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-06-17 00:54:36 -0400 |
commit | a3903f1bf8e3ecd0589725ed1efbc9208d03f336 (patch) | |
tree | 7a7e626ae37be7bac1a20050d38fbeffa4f82d60 | |
parent | 6b339a1ade6bca6dc5230e910e0819f98ce76ff0 (diff) | |
download | postgresql-a3903f1bf8e3ecd0589725ed1efbc9208d03f336.tar.gz postgresql-a3903f1bf8e3ecd0589725ed1efbc9208d03f336.zip |
Fix typo.
Per Josh Kupershmidt and Tom Lane.
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index c9713d3c2a6..132a7b354b6 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -2771,7 +2771,7 @@ bar <listitem> <para> By default, command processing continues after an error. When this - variale is set, it will instead stop immediately. In interactive mode, + variable is set, it will instead stop immediately. In interactive mode, <application>psql</application> will return to the command prompt; otherwise, <application>psql</application> will exit, returning error code 3 to distinguish this case from fatal error |