|
1354 | 1354 | </para></entry>
|
1355 | 1355 | </row>
|
1356 | 1356 |
|
| 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 | + |
1357 | 1368 | <row>
|
1358 | 1369 | <entry role="catalog_table_entry"><para role="column_definition">
|
1359 | 1370 | <structfield>attstattarget</structfield> <type>int2</type>
|
|
1363 | 1374 | of statistics accumulated for this column by
|
1364 | 1375 | <link linkend="sql-analyze"><command>ANALYZE</command></link>.
|
1365 | 1376 | A zero value indicates that no statistics should be collected.
|
1366 |
| - A negative value says to use the system default statistics target. |
| 1377 | + A null value says to use the system default statistics target. |
1367 | 1378 | The exact meaning of positive values is data type-dependent.
|
1368 | 1379 | For scalar data types, <structfield>attstattarget</structfield>
|
1369 | 1380 | is both the target number of <quote>most common values</quote>
|
1370 | 1381 | to collect, and the target number of histogram bins to create.
|
1371 | 1382 | </para></entry>
|
1372 | 1383 | </row>
|
1373 | 1384 |
|
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 |
| - |
1385 | 1385 | <row>
|
1386 | 1386 | <entry role="catalog_table_entry"><para role="column_definition">
|
1387 | 1387 | <structfield>attacl</structfield> <type>aclitem[]</type>
|
|
0 commit comments