Comparing different numeric data types - Mailing list pgsql-general

From Vicente Alabau Gonzalvo
Subject Comparing different numeric data types
Date
Msg-id 3E3A6A62.3000306@capgemini.es
Whole thread Raw
Responses Re: Comparing different numeric data types  (Andrew Sullivan <andrew@libertyrms.info>)
List pgsql-general
I don't know if it's the right place for posting this thing.
Maybe sql list be better, but here it is.

It seems not to be possible to compare different numeric data types
such as numeric and double precision. I get this error:

Unable to identify an operator '<=' for types 'numeric' and 'double
precision'

Is it planned to do this comparissions in the future?

It's possible to make a cast but I don't like this approach.
It would be better if can be made transparently.


pgsql-general by date:

Previous
From: "Christian"
Date:
Subject: Re: Unicode error with pgaccess
Next
From: "codeWarrior"
Date:
Subject: Re: Perl DBI and placeheld values