Doc: document more incompatible pg_restore option pairs.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d4cb9c37765a3d07784602679a1e7af7ecf15f1d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2026-03-29T18:06:50Z
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

Files

PathChange+/−
doc/src/sgml/ref/pg_restore.sgml modified +7 −0

Discussion