We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent68c019a commit3104cc8Copy full SHA for 3104cc8
doc/src/sgml/ref/psql-ref.sgml
@@ -2795,9 +2795,9 @@ bar
2795
otherwise, <application>psql</application> will exit, returning
2796
error code 3 to distinguish this case from fatal error
2797
conditions, which are reported using error code 1. In either case,
2798
- any currently running scripts (thetoplevel script, if any, and any
+ any currently running scripts (thetop-level script, if any, and any
2799
other scripts which it may have in invoked) will be terminated
2800
- immediately. If thetoplevel command string contained multiple SQL
+ immediately. If thetop-level command string contained multiple SQL
2801
commands, processing will stop with the current command.
2802
</para>
2803
</listitem>