boolean index problem

From: "Wahhabi Abdelkrim" <haj(at)idianet(dot)net>
To: <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: boolean index problem
Date: 1999-09-07 15:44:06
Message-ID: 003a01bef947$d1d760e0$0601a8c0@kosovo.idianet.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-interfaces by date

  From Date Subject
Next Message Eric Marsden 1999-09-07 17:21:30 documentation for ssh tunnelling of connections?
Previous Message Robert Hiltibidal 1999-09-07 13:41:33 Re: [INTERFACES] Problem connecting NT-psqlODBC to Linux-PostgreSQL