opclass for real[]

Поиск
Список
Период
Сортировка
От ABHANG RANE
Тема opclass for real[]
Дата
Msg-id 20070529124259.0g8fslbbjgo4wko8@webmail.iu.edu
обсуждение исходный текст
Ответы Re: opclass for real[]  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: opclass for real[]  (Michael Glaesemann <grzm@seespotcode.net>)
Re: opclass for real[]  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-general
Hi,
I have a column real[] in my table. I need to create a gist index on
it. But the error is obvious as follows.

ERROR:  data type real[] has no default operator class for access
method "gist"
HINT:  You must specify an operator class for the index or define a
default operator class for the data type.

Is there a opclass defined in 8.2 or I have to create one. In either
case can you please give a link for information on opclasses.

Thanks
Abhang


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

Предыдущее
От: PFC
Дата:
Сообщение: Re: problems with SELECT query results
Следующее
От: Joshua
Дата:
Сообщение: Re: problems with SELECT query results