operator class for user defined type - Mailing list pgsql-novice

From Kjetil Haaland
Subject operator class for user defined type
Date
Msg-id 200502211516.41070.kjetil.haaland@student.uib.no
Whole thread Raw
Responses Re: operator class for user defined type  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: operator class for user defined type  ("Larry Rosenman" <ler@lerctr.org>)
List pgsql-novice
Hi

I have created my own user defined type, and an operator class for this type.
Then i can use the order by clause with this type, but it is sorting with the
lowest value on top. Is it possible to get it to sort with the highest value
on top?

thanks

-Kjetil

pgsql-novice by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Concatenate rows
Next
From: Tom Lane
Date:
Subject: Re: operator class for user defined type