franc...@hush.com wrote:
>
> CREATE TABLE test (
>foo text[],
>EXCLUDE USING gist (foo WITH &&)
> );
>
> ERROR: data type text[] has no default operator class for access method
> "gist"
> HINT: You must specify an operator class for the index or define a default
> operator class for t
CREATE TABLE test (
foo text[],
EXCLUDE USING gist (foo WITH &&)
);
ERROR: data type text[] has no default operator class for access method "gist"
HINT: You must specify an operator class for the index or define a default
operator class for the data type.
It looks like exclusion constra