diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index c7ed947968c..9d91c365214 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -190,6 +190,11 @@ PostgreSQL documentation CREATE DATABASE commands. All data is restored into the database name that appears in the archive. + + + This option cannot be used together + with . + @@ -600,6 +605,8 @@ PostgreSQL documentation ensures that either all the commands complete successfully, or no changes are applied. This option implies . + It cannot be used together with , nor with + multiple jobs ().