boolean index problem - Mailing list pgsql-interfaces

From Wahhabi Abdelkrim
Subject boolean index problem
Date
Msg-id 003a01bef947$d1d760e0$0601a8c0@kosovo.idianet.net
Whole thread Raw
List 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 by date:

Previous
From: Robert Hiltibidal
Date:
Subject: Re: [INTERFACES] Problem connecting NT-psqlODBC to Linux-PostgreSQL
Next
From: Eric Marsden
Date:
Subject: documentation for ssh tunnelling of connections?