mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 07:07:22 -04:00
Doc: document more incompatible pg_restore option pairs.
Most of the pairs of incompatible options (such as --file and --dbname) are pretty obvious and need no explanation. But it may not be obvious that --single-transaction cannot be used together with --create or multiple jobs, so let's mention that in the documentation. Author: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com> Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.at> Discussion: https://postgr.es/m/CAExHW5ti5igDwOOde6shgfS7JPtCY9gNrkB3xNr=FuGTYVDSjQ@mail.gmail.com
This commit is contained in:
parent
e7b809ae75
commit
d4cb9c3776
1 changed files with 7 additions and 0 deletions
|
|
@ -190,6 +190,11 @@ PostgreSQL documentation
|
|||
<command>CREATE DATABASE</command> commands. All data is restored into the
|
||||
database name that appears in the archive.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This option cannot be used together
|
||||
with <option>--single-transaction</option>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
@ -600,6 +605,8 @@ PostgreSQL documentation
|
|||
ensures that either all the commands complete successfully, or no
|
||||
changes are applied. This option implies
|
||||
<option>--exit-on-error</option>.
|
||||
It cannot be used together with <option>--create</option>, nor with
|
||||
multiple jobs (<option>--jobs</option>).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue