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 <[email protected]> Reviewed-by: Laurenz Albe <[email protected]> Discussion: https://postgr.es/m/CAExHW5ti5igDwOOde6shgfS7JPtCY9gNrkB3xNr=fugtyvd...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/d4cb9c37765a3d07784602679a1e7af7ecf15f1d Modified Files -------------- doc/src/sgml/ref/pg_restore.sgml | 7 +++++++ 1 file changed, 7 insertions(+)
