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:08 -0400 |
commit | d61ec7c7a7ec822862880467a5722ccfb0dd9b82 (patch) | |
tree | a031d544e73e5ac6fd79c08de9e11f2239ff3ca7 /doc/src | |
parent | 236a11dc65906cc200bce4e6db26d20b299cd1b0 (diff) | |
download | postgresql-d61ec7c7a7ec822862880467a5722ccfb0dd9b82.tar.gz postgresql-d61ec7c7a7ec822862880467a5722ccfb0dd9b82.zip |
Fix typo.
Per Josh Kupershmidt and Tom Lane.
Diffstat (limited to 'doc/src')
-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 |