Re: Inconsistent or incomplete behavior obverse in where clause - Mailing list pgsql-sql

From Tom Lane
Subject Re: Inconsistent or incomplete behavior obverse in where clause
Date
Msg-id 10295.1037126087@sss.pgh.pa.us
Whole thread Raw
In response to Inconsistent or incomplete behavior obverse in where clause  (Paul Ogden <pogden@claresco.com>)
List pgsql-sql
Paul Ogden <pogden@claresco.com> writes:
>   select count(wuid) from WU where wuActive = 0.0 --throws the 
> following exception:

> "Unable to identify an operator '=' for types 'numeric' and 'double
> precision' You will have to retype this query using an explicit cast"

This is fixed as of 7.3.  (We still have related issues for smallint
and bigint columns, unfortunately.)
        regards, tom lane


pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: Inconsistent or incomplete behavior obverse in where
Next
From: "Rajesh Kumar Mallah."
Date:
Subject: Re: Output of function into a file