Re: operator class for user defined type

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: operator class for user defined type
Дата
Msg-id 489.1109003434@sss.pgh.pa.us
обсуждение исходный текст
Ответ на operator class for user defined type  (Kjetil Haaland <kjetil.haaland@student.uib.no>)
Список pgsql-novice
Kjetil Haaland <kjetil.haaland@student.uib.no> writes:
> 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?

ORDER BY foo DESC

            regards, tom lane

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

Предыдущее
От: Kjetil Haaland
Дата:
Сообщение: operator class for user defined type
Следующее
От: "Larry Rosenman"
Дата:
Сообщение: Re: operator class for user defined type