pgsql: doc: Update pg_dump/dumpall/upgrade about handling of external s - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Update pg_dump/dumpall/upgrade about handling of external s
Date
Msg-id E1wbnwV-001SeW-0W@gemulon.postgresql.org
Whole thread
List 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@sraoss.co.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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Re-introduce pgstat_drop_entry(), keeping ABI compatibility
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Readable identity strings for property graph objects