+ |
+ attcollation oid
+ (references pg_collation.oid)
+
+ The defined collation of the column, or zero if the column is
+ not of a collatable data type
+
+
+
|
attstattarget int2
of statistics accumulated for this column by
ANALYZE.
A zero value indicates that no statistics should be collected.
- A negative value says to use the system default statistics target.
+ A null value says to use the system default statistics target.
The exact meaning of positive values is data type-dependent.
For scalar data types, attstattarget
is both the target number of most common values
- |
- attcollation oid
- (references pg_collation.oid)
-
- The defined collation of the column, or zero if the column is
- not of a collatable data type
-
-
-
|
attacl aclitem[]