Re: unsupported types in 8.0.1

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: unsupported types in 8.0.1
Дата
Msg-id 20050326173553.GA10392@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: unsupported types in 8.0.1  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-general
On Sat, Mar 26, 2005 at 10:24:06AM -0700, Michael Fuhr wrote:
>
> SELECT x FROM foo WHERE x < now()::abstime::integer;
> ERROR:  unsupported type: 23

\set VERBOSITY verbose
SELECT x FROM foo WHERE x < now()::abstime::integer;
ERROR:  XX000: unsupported type: 23
LOCATION:  convert_timevalue_to_scalar, selfuncs.c:2831

The example I posted fails in REL8_0_STABLE and HEAD but works in
earlier versions.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: unsupported types in 8.0.1
Следующее
От: Tom Lane
Дата:
Сообщение: Re: unsupported types in 8.0.1