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/