diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index 21974eb619..e63c82ead2 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -1,4 +1,4 @@ - + @@ -454,9 +454,11 @@ - Force the restore to execute as a single transaction. Either all - SQL statements complete successfully, or no changes are applied. This - option also forces --exit-on-error. + Execute the restore as a single transaction (that is, wrap the + emitted commands in BEGIN/COMMIT). This + ensures that either all the commands complete successfully, or no + changes are applied. This option implies + diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 52fb8fa141..b264216dff 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -468,9 +468,13 @@ PostgreSQL documentation - When psql executes a script with the -f option, this additional option - will force the script to execute as a single transaction. Either all - SQL statements complete successfully, or no changes are applied. + When psql executes a script with the +