pgsql: Document privileges required for vacuumdb --missing-stats-only.

2025-08-26 Thread Nathan Bossart
Document privileges required for vacuumdb --missing-stats-only. When vacuumdb's --missing-stats-only option is used, the catalog query for retrieving the list of relations to process must read pg_statistic and pg_statistic_ext_data. However, those catalogs can only be read by superusers by defaul

pgsql: Document privileges required for vacuumdb --missing-stats-only.

2025-08-26 Thread Nathan Bossart
Document privileges required for vacuumdb --missing-stats-only. When vacuumdb's --missing-stats-only option is used, the catalog query for retrieving the list of relations to process must read pg_statistic and pg_statistic_ext_data. However, those catalogs can only be read by superusers by defaul