pgsql: Doc: document more incompatible pg_restore option pairs. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: document more incompatible pg_restore option pairs.
Date
Msg-id E1w6uXK-0021jg-2R@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

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(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: clarify introductory description of pg_dumpall.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Make geometry cast functions error safe