pgsql: clarify --no-comments option in --help and SGML files

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: clarify --no-comments option in --help and SGML files
Date: 2024-11-20 19:48:53
Message-ID: E1tDqh3-002lPr-63@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

clarify --no-comments option in --help and SGML files

The previous commit, b38bac26e20, missed these cases for dump/restore.

Reported-by: Tom Lane

Discussion: https://postgr.es/m/3495698.1731968093@sss.pgh.pa.us

Backpatch-through: master

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/pg_dumpall.sgml | 2 +-
src/bin/pg_dump/pg_dump.c | 2 +-
src/bin/pg_dump/pg_dumpall.c | 2 +-
src/bin/pg_dump/pg_restore.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2024-11-20 22:04:07 pgsql: doc: clarify that jsonb_path_match() returns an SQL boolean
Previous Message Peter Geoghegan 2024-11-20 18:37:29 pgsql: Refine nbtree = redundancy preprocessing comment.