more appropriate place for exclusion constraints.
-
+ id="SQL-CREATETABLE-EXCLUDE">
EXCLUDE [ USING index_method ] ( exclude_element WITH operator [, ... ] ) index_parameters [ WHERE ( predicate ) ]
-
+
Allow per-tablespace sequential and random page cost variables
- (seq_page_cost>/(random_page_cost>)) via
+ (seq_page_cost>/random_page_cost>) via
ALTER TABLESPACE
... SET/RESET> (Robert Haas)
This is enabled with the
- linkend="SQL-CREATETABLE-description">CREATE
+ linkend="SQL-CREATETABLE-EXCLUDE">CREATE
TABLE CONSTRAINT ... EXCLUDE> clause. While
uniqueness checks could be specified using this syntax,
the real value of this feature is in using complex