Commit c31132d8 authored by Tomas Vondra's avatar Tomas Vondra

Document pg_statistic_ext.stxstattarget

Commit d06215d0 added a new attribute to pg_statistic_ext catalog, but
failed to add it to document it properly.
Reported-by: default avatarNoriyoshi Shinoda <noriyoshi.shinoda@hpe.com>
parent ccaa3569
......@@ -6452,6 +6452,22 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
<entry>Owner of the statistics object</entry>
</row>
<row>
<entry><structfield>stxstattarget</structfield></entry>
<entry><type>int4</type></entry>
<entry></entry>
<entry>
<structfield>stxstattarget</structfield> controls the level of detail
of statistics accumulated for this statistics object by
<xref linkend="sql-analyze"/>.
A zero value indicates that no statistics should be collected.
A negative value says to use the system default statistics target.
Positive values <structfield>stxstattarget</structfield>
determine the target number of <quote>most common values</quote>
to collect.
</entry>
</row>
<row>
<entry><structfield>stxkeys</structfield></entry>
<entry><type>int2vector</type></entry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment