boolean index problem

Поиск
Список
Период
Сортировка
От Wahhabi Abdelkrim
Тема boolean index problem
Дата
Msg-id 003a01bef947$d1d760e0$0601a8c0@kosovo.idianet.net
обсуждение исходный текст
Список pgsql-interfaces
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.  



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Robert Hiltibidal
Дата:
Сообщение: Re: [INTERFACES] Problem connecting NT-psqlODBC to Linux-PostgreSQL
Следующее
От: Eric Marsden
Дата:
Сообщение: documentation for ssh tunnelling of connections?