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-006erY-3w@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_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/19bc6fda8bc3b7ab8117f8f7622066121de9ca6a

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