1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

Revert "vacuumdb: Add option for analyzing only relations missing stats."

This reverts commit 5f8eb25706, which in
my branch by mistake.
This commit is contained in:
John Naylor
2025-03-07 10:35:21 +07:00
parent fcabc3adf8
commit 19e57f4f78
4 changed files with 0 additions and 195 deletions

View File

@@ -277,22 +277,6 @@ PostgreSQL documentation
</listitem>
</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>