doc: Adjust documentation for vacuumdb --missing-stats-only. The sentence in question gave readers the impression that vacuumdb removes statistics for a period of time while analyzing, but it's actually meant to convey that --analyze-in-stages temporarily replaces existing statistics with ones generated with lower statistics targets.
Reported-by: Frédéric Yhuel <[email protected]> Reviewed-by: Frédéric Yhuel <[email protected]> Reviewed-by: "David G. Johnston" <[email protected]> Reviewed-by: Corey Huinker <[email protected]> Reviewed-by: Jeff Davis <[email protected]> Discussion: https://postgr.es/m/4b94ca16-7a6d-4581-b2aa-4ea79dbc082a%40dalibo.com Backpatch-through: 18 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/ee924698d566223e927cf9d505c1ccdacd7061c8 Modified Files -------------- doc/src/sgml/ref/vacuumdb.sgml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
