How to make operator class?

From: "Kim Yunhan" <spbear(at)hanmail(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: How to make operator class?
Date: 2001-02-10 18:59:07
Message-ID: 20010210185907.HM.40000000001W64L@www5.hanmail.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2001-02-10 19:43:49 16 Argument Limit ?!?!?
Previous Message Najm Hashmi 2001-02-10 18:04:00 What's wrong with this function