We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3fff6 commit db6de5bCopy full SHA for db6de5b
doc/src/sgml/ref/analyze.sgml
@@ -190,6 +190,12 @@ ANALYZE [ VERBOSE ] [ <replaceable class="PARAMETER">table</replaceable> [ ( <re
190
or updated, the inheritance statistics will not be up to date unless you
191
run <command>ANALYZE</command> manually.
192
</para>
193
+
194
+ <para>
195
+ If the table being analyzed is completely empty, <command>ANALYZE</command>
196
+ will not record new statistics for that table. Any existing statistics
197
+ will be retained.
198
+ </para>
199
</refsect1>
200
201
<refsect1>
0 commit comments