How to make operator class?

Поиск
Список
Период
Сортировка
От Kim Yunhan
Тема How to make operator class?
Дата
Msg-id 20010210185907.HM.40000000001W64L@www5.hanmail.net
обсуждение исходный текст
Ответы Re: How to make operator class?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
when create indexes, use operator class like this.
CREATE INDEX idx_name ON tbl_name (col_name [operator class]);

so, i made an operator.
but i think that it is different operator class because operator class doesn't work at all.
then, how to make operator class?



==================================================

==================================================
우리 인터넷, Daum
평생 쓰는 무료 E-mail 주소 한메일넷
지구촌 한글 검색서비스 Daum FIREBALL
http://www.daum.net


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Recusrive Functions in 7.0.3
Следующее
От: "Albert REINER"
Дата:
Сообщение: Re: fetching the id of a new row