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

Commit5567996

Browse files
committed
doc: Update catalog documentation for attstattarget nullable
Fixup for4f62250.
1 parente3aa802 commit5567996

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,6 +1354,17 @@
13541354
</para></entry>
13551355
</row>
13561356

1357+
<row>
1358+
<entry role="catalog_table_entry"><para role="column_definition">
1359+
<structfield>attcollation</structfield> <type>oid</type>
1360+
(references <link linkend="catalog-pg-collation"><structname>pg_collation</structname></link>.<structfield>oid</structfield>)
1361+
</para>
1362+
<para>
1363+
The defined collation of the column, or zero if the column is
1364+
not of a collatable data type
1365+
</para></entry>
1366+
</row>
1367+
13571368
<row>
13581369
<entry role="catalog_table_entry"><para role="column_definition">
13591370
<structfield>attstattarget</structfield> <type>int2</type>
@@ -1363,25 +1374,14 @@
13631374
of statistics accumulated for this column by
13641375
<link linkend="sql-analyze"><command>ANALYZE</command></link>.
13651376
A zero value indicates that no statistics should be collected.
1366-
Anegative value says to use the system default statistics target.
1377+
Anull value says to use the system default statistics target.
13671378
The exact meaning of positive values is data type-dependent.
13681379
For scalar data types, <structfield>attstattarget</structfield>
13691380
is both the target number of <quote>most common values</quote>
13701381
to collect, and the target number of histogram bins to create.
13711382
</para></entry>
13721383
</row>
13731384

1374-
<row>
1375-
<entry role="catalog_table_entry"><para role="column_definition">
1376-
<structfield>attcollation</structfield> <type>oid</type>
1377-
(references <link linkend="catalog-pg-collation"><structname>pg_collation</structname></link>.<structfield>oid</structfield>)
1378-
</para>
1379-
<para>
1380-
The defined collation of the column, or zero if the column is
1381-
not of a collatable data type
1382-
</para></entry>
1383-
</row>
1384-
13851385
<row>
13861386
<entry role="catalog_table_entry"><para role="column_definition">
13871387
<structfield>attacl</structfield> <type>aclitem[]</type>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp