Re: unsupported types in 8.0.1 - Mailing list pgsql-general

From Michael Fuhr
Subject Re: unsupported types in 8.0.1
Date
Msg-id 20050326173553.GA10392@winnie.fuhr.org
Whole thread Raw
In response to Re: unsupported types in 8.0.1  (Michael Fuhr <mike@fuhr.org>)
List 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 by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: unsupported types in 8.0.1
Next
From: Tom Lane
Date:
Subject: Re: unsupported types in 8.0.1