Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc31132d

Browse files
committed
Document pg_statistic_ext.stxstattarget
Commitd06215d added a new attribute to pg_statistic_ext catalog, butfailed to add it to document it properly.Reported-by: Noriyoshi Shinoda <noriyoshi.shinoda@hpe.com>
1 parentccaa356 commitc31132d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6452,6 +6452,22 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
64526452
<entry>Owner of the statistics object</entry>
64536453
</row>
64546454

6455+
<row>
6456+
<entry><structfield>stxstattarget</structfield></entry>
6457+
<entry><type>int4</type></entry>
6458+
<entry></entry>
6459+
<entry>
6460+
<structfield>stxstattarget</structfield> controls the level of detail
6461+
of statistics accumulated for this statistics object by
6462+
<xref linkend="sql-analyze"/>.
6463+
A zero value indicates that no statistics should be collected.
6464+
A negative value says to use the system default statistics target.
6465+
Positive values <structfield>stxstattarget</structfield>
6466+
determine the target number of <quote>most common values</quote>
6467+
to collect.
6468+
</entry>
6469+
</row>
6470+
64556471
<row>
64566472
<entry><structfield>stxkeys</structfield></entry>
64576473
<entry><type>int2vector</type></entry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp