Data types are a way to limit the kind of data that can be stored
in a table. For many applications, however, the constraint they
provide is too coarse. For example, a column containing a product
@@ -604,4 +604,4 @@ CREATE TABLE circles (
Adding an exclusion constraint will automatically create an index
of the type specified in the constraint declaration.
-