How to make operator class? - Mailing list pgsql-sql

From Kim Yunhan
Subject How to make operator class?
Date
Msg-id 20010210185907.HM.40000000001W64L@www5.hanmail.net
Whole thread Raw
Responses Re: How to make operator class?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Recusrive Functions in 7.0.3
Next
From: "Albert REINER"
Date:
Subject: Re: fetching the id of a new row