diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/vacuumdb.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml index 53147480515..84c76d7350c 100644 --- a/doc/src/sgml/ref/vacuumdb.sgml +++ b/doc/src/sgml/ref/vacuumdb.sgml @@ -292,6 +292,14 @@ PostgreSQL documentation This option can only be used in conjunction with <option>--analyze-only</option> or <option>--analyze-in-stages</option>. </para> + <para> + Note that <option>--missing-stats-only</option> requires + <literal>SELECT</literal> privileges on + <link linkend="catalog-pg-statistic"><structname>pg_statistic</structname></link> + and + <link linkend="catalog-pg-statistic-ext-data"><structname>pg_statistic_ext_data</structname></link>, + which are restricted to superusers by default. + </para> </listitem> </varlistentry> |