Thread: boolean index problem

boolean index problem

From
"Wahhabi Abdelkrim"
Date:
hello all,

i have some problem with create the boolean index

CREATE TABLE something (
       code    int4,       name   varchar(20) 
);

CREATE INDEX indSome ON AgentCarrier(type);
ERROR:  Can't find a default operator class for type 16.