1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Correct behavior descriptions in comments, and correct a test name.

This commit is contained in:
Noah Misch
2020-12-12 20:12:25 -08:00
parent d6abfdf84e
commit 73aae4522b
4 changed files with 4 additions and 4 deletions

View File

@ -1368,7 +1368,7 @@ both B<stdout> and B<stderr> the results may be interleaved unpredictably.
=item on_error_stop => 1
By default, the B<psql> method invokes the B<psql> program with ON_ERROR_STOP=1
set, so SQL execution is stopped at the first error and exit code 2 is
set, so SQL execution is stopped at the first error and exit code 3 is
returned. Set B<on_error_stop> to 0 to ignore errors instead.
=item on_error_die => 0