Re: numeric when compared to literal

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: numeric when compared to literal
Дата
Msg-id 15296.1044563398@sss.pgh.pa.us
обсуждение исходный текст
Ответ на numeric when compared to literal  (Vicente Alabau Gonzalvo <vicente.alabau-gonzalvo@cgey.com>)
Список pgsql-sql
Vicente Alabau Gonzalvo <vicente.alabau-gonzalvo@cgey.com> writes:
> db=> select * from tipos where _numeric_ <= 2147483648;
> ERROR:  Unable to identify an operator '<=' for types 'numeric' and 
> 'double precision'

7.3 is more forgiving about this (although there's no free lunch ---
some other cases are now less forgiving).
        regards, tom lane


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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: changing referential integrety action on existing table
Следующее
От: Ian Barwick
Дата:
Сообщение: Re: 7.2 functions that return multiple result sets?