exclude_element in an EXCLUDE constraint is:
-{ column_name | ( expression ) } [ opclass ] [ ASC | DESC ] [ NULLS { FIRST | LAST } ]
+{ column_name | ( expression ) } [ COLLATE collation ] [ opclass [ ( opclass_parameter = value [, ... ] ) ] ] [ ASC | DESC ] [ NULLS { FIRST | LAST } ]
referential_action in a FOREIGN KEY/REFERENCES constraint is:
exclude_element in an EXCLUDE constraint is:
-{ column_name | ( expression ) } [ opclass ] [ ASC | DESC ] [ NULLS { FIRST | LAST } ]
+{ column_name | ( expression ) } [ COLLATE collation ] [ opclass [ ( opclass_parameter = value [, ... ] ) ] ] [ ASC | DESC ] [ NULLS { FIRST | LAST } ]
referential_action in a FOREIGN KEY/REFERENCES constraint is:
no two rows in the table contain overlapping circles
(see ) by using the
&& operator.
+ The operator(s) are required to be commutative.
operator must be associated with an appropriate operator class
(see ) for the index access
method index_method.
- The operators are required to be commutative.
Each exclude_element
- can optionally specify an operator class and/or ordering options;
- these are described fully under
- .
+ defines a column of the index, so it can optionally specify a collation,
+ an operator class, operator class parameters, and/or ordering options;
+ these are described fully under .