Re: Another pimple on the type system

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Another pimple on the type system
Дата
Msg-id 25620.1063086850@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Another pimple on the type system  (Greg Stark <gsstark@mit.edu>)
Список pgsql-general
Greg Stark <gsstark@mit.edu> writes:
> slo=> select '' order by 1;
> ERROR:  Unable to identify an operator '<' for types '"unknown"' and '"unknown"'
>     You will have to retype this query using an explicit cast

7.4 defaults this to type text:

regression=# select '' order by 1;
 ?column?
----------

(1 row)


            regards, tom lane

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

Предыдущее
От: Alex
Дата:
Сообщение: Views and Limits
Следующее
От: Franco Bruno Borghesi
Дата:
Сообщение: SRF question