]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Update pg_dump/dumpall/upgrade about handling of external statistics
authorMichael Paquier <michael@paquier.xyz>
Mon, 22 Jun 2026 23:20:11 +0000 (08:20 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 22 Jun 2026 23:20:11 +0000 (08:20 +0900)
commitf0a4f280b4d3cd16c368c524fe0c212643615f46
tree2f27d4721fc108272de3e801ab1fe2449c3f65da
parentef01ca6dbca54e9bf3abea01c357b346847ebcf3
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@sraoss.co.jp>
Discussion: https://postgr.es/m/19529-c7eb1e7a0b07eae6@postgresql.org
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_dumpall.sgml
doc/src/sgml/ref/pgupgrade.sgml