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 <[email protected]> Discussion: https://postgr.es/m/[email protected] 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(-)
