pgsql: doc: Update pg_dump/dumpall/upgrade about handling of external s

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Update pg_dump/dumpall/upgrade about handling of external s
Date: 2026-06-22 23:20:39
Message-ID: E1wbnwV-001SeW-0W@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Update pg_dump/dumpall/upgrade about handling of external statistics

The pages of pg_dump, pg_dumpall and pg_upgrade mentioned that their
--no-statistics and --statistics options did not include the handling of
statistics created by CREATE STATISTICS, which was wrong.

Oversight in c32fb29e979d.

Reported-by: Igi Izumi <igi(at)sraoss(dot)co(dot)jp>
Discussion: https://postgr.es/m/19529-c7eb1e7a0b07eae6@postgresql.org

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 1 -
doc/src/sgml/ref/pg_dumpall.sgml | 1 -
doc/src/sgml/ref/pgupgrade.sgml | 3 +--
3 files changed, 1 insertion(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2026-06-23 07:22:08 pgsql: Readable identity strings for property graph objects
Previous Message Michael Paquier 2026-06-22 22:59:41 pgsql: Re-introduce pgstat_drop_entry(), keeping ABI compatibility