pgsql: Doc: improve description of dump/restore's --clean and --if-exis

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: improve description of dump/restore's --clean and --if-exis
Date: 2023-09-29 17:14:05
Message-ID: E1qmH41-006erm-6P@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: improve description of dump/restore's --clean and --if-exists.

Try to make these option descriptions a little clearer for novices.
Per gripe from Attila Gulyás.

Discussion: https://postgr.es/m/169590536647.3727336.11070254203649648453@wrigleys.postgresql.org

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f9cbff459061b80a56b440401670ce809dc395b9

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 17 ++++++++++-------
doc/src/sgml/ref/pg_dumpall.sgml | 17 +++++++++++------
doc/src/sgml/ref/pg_restore.sgml | 18 +++++++++++-------
3 files changed, 32 insertions(+), 20 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-09-29 18:07:47 pgsql: Suppress macOS warnings about duplicate libraries in link comman
Previous Message Daniel Gustafsson 2023-09-29 13:59:11 pgsql: doc: Change statistics function xref to the right target