diff options
author | John Naylor <john.naylor@postgresql.org> | 2025-03-07 10:35:21 +0700 |
---|---|---|
committer | John Naylor <john.naylor@postgresql.org> | 2025-03-07 10:35:21 +0700 |
commit | 19e57f4f78e4354d9a21c284868373d28bb0d368 (patch) | |
tree | b741fd0412102207f8f6a4bf3a0d9fed022293b3 /doc/src | |
parent | fcabc3adf889ebf2c2d8d1c084989f5fd95aac2f (diff) | |
download | postgresql-19e57f4f78e4354d9a21c284868373d28bb0d368.tar.gz postgresql-19e57f4f78e4354d9a21c284868373d28bb0d368.zip |
Revert "vacuumdb: Add option for analyzing only relations missing stats."
This reverts commit 5f8eb25706b62923c53172e453c8a4dedd877a3d, which in
my branch by mistake.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/vacuumdb.sgml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/doc/src/sgml/ref/vacuumdb.sgml b/doc/src/sgml/ref/vacuumdb.sgml index 5295a61f083..66fccb30a2d 100644 --- a/doc/src/sgml/ref/vacuumdb.sgml +++ b/doc/src/sgml/ref/vacuumdb.sgml @@ -278,22 +278,6 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><option>--missing-only</option></term> - <listitem> - <para> - Only analyze relations that are missing statistics for a column, index - expression, or extended statistics object. This option prevents - <application>vacuumdb</application> from deleting existing statistics - so that the query optimizer's choices do not become transiently worse. - </para> - <para> - This option can only be used in conjunction with - <option>--analyze-only</option> and <option>--analyze-in-stages</option>. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>-n <replaceable class="parameter">schema</replaceable></option></term> <term><option>--schema=<replaceable class="parameter">schema</replaceable></option></term> <listitem> |