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 parent93809ad commit814a7f5Copy full SHA for 814a7f5
doc/src/sgml/ref/psql-ref.sgml
@@ -2746,9 +2746,9 @@ bar
2746
otherwise, <application>psql</application> will exit, returning
2747
error code 3 to distinguish this case from fatal error
2748
conditions, which are reported using error code 1. In either case,
2749
- any currently running scripts (thetoplevel script, if any, and any
+ any currently running scripts (thetop-level script, if any, and any
2750
other scripts which it may have in invoked) will be terminated
2751
- immediately. If thetoplevel command string contained multiple SQL
+ immediately. If thetop-level command string contained multiple SQL
2752
commands, processing will stop with the current command.
2753
</para>
2754
</listitem>