is numeric relational operator problem fixed in v7.3 - Mailing list pgsql-sql

From jack
Subject is numeric relational operator problem fixed in v7.3
Date
Msg-id 000e01c2a0c0$950c4710$1400a8c0@jac
Whole thread Raw
Responses Re: is numeric relational operator problem fixed in v7.3  (Oliver Elphick <olly@lfix.co.uk>)
List pgsql-sql
Does the following now works in postgreSQL  v7.3?

Select * 
from a_table
where num1 >10;

*** type of num1 is NUMERIC (12,2)

Jack



pgsql-sql by date:

Previous
From: Joe Conway
Date:
Subject: Re: SQL syntax for concating values in different rows together
Next
From: Oliver Elphick
Date:
Subject: Re: is numeric relational operator problem fixed in v7.3