Index Ops supporting money type

Поиск
Список
Период
Сортировка
От Rich Ryan
Тема Index Ops supporting money type
Дата
Msg-id 04e401c03988$a2e92de0$05010a0a@usedcars.com
обсуждение исходный текст
Ответ на Solaris FAQ  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Index Ops supporting money type  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Does anyone know if there is an operator class that supports the money data
type?
When I issue a command like :
create index "table1_price_idx" on "table" using btree ("price"
"money_ops");
or
create index "table1_price_idx" on "table" using btree ("price"
"float8_ops");
I get errors like :
ERROR:  DefineIndex: opclass "money_ops" not found
and
ERROR:  DefineIndex: opclass "float8_ops" does not accept datatype "money"
respectively.
I looked everywhere for documentation about this, and asked this question
elsewhere, but nobody knew anything.
Thanks in advance.
Rich Ryan



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: SetQuerySnapshot() for utility statements
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Index Ops supporting money type