Re: bug with distinct?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: bug with distinct?
Дата
Msg-id Pine.LNX.4.30.0102100216530.1286-100000@peter.localdomain
обсуждение исходный текст
Ответ на bug with distinct?  (Alfonso Peniche <alfonso@iteso.mx>)
Список pgsql-general
Alfonso Peniche writes:

>      SELECT distinct 'mod_type' ,currval('mytable_idmytable_seq') from
> mytable;
>
> and I get the message:
>
> ERROR:  Unable to identify an ordering operator '<' for type 'unknown'
>  Use an explicit ordering operator or modify the query

Use 'mod_type'::text.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


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

Предыдущее
От: Alfred Perlstein
Дата:
Сообщение: Re: Re: Re: PostgreSQL over NFS?
Следующее
От: "George Johnson"
Дата:
Сообщение: two cents