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

Started by Michael Paquierabout 1 month ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/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(-)