Обсуждение: boolean index problem

Поиск
Список
Период
Сортировка

boolean index problem

От
"Wahhabi Abdelkrim"
Дата:
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.