Re: how to index a numeric(12,2) column?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: how to index a numeric(12,2) column?
Дата
Msg-id 3133.973710386@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: how to index a numeric(12,2) column?  (Forest Wilkinson <fspam@home.com>)
Список pgsql-sql
Forest Wilkinson <fspam@home.com> writes:
> Sorry; I hit send before adding that information.  I'm using postgres
> 6.5.3 on i386 Red Hat 6.1.

Time to update, then.

> It allows me to create an index on a NUMERIC(12,2) field using the
> int8_ops class, but I'm wondering if this might have some undesirable
> hidden side effects.

Yes, and they won't be too hidden either: it won't work :-(

Current sources check for that sort of type mismatch, but 6.5 failed to
do so.
        regards, tom lane


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

Предыдущее
От: Forest Wilkinson
Дата:
Сообщение: Re: how to index a numeric(12,2) column?
Следующее
От:
Дата:
Сообщение: ./configure problems