Harish Rao ([EMAIL PROTECTED]) reports a bug with a severity of 4
The lower the number the more severe it is.

Short Description


Long Description
create table t1 (f1 real);
insert into t1 values(1.01);
select * from t1 where f1 > 1.01;


Sample Code
create table t1 (f1 real);
insert into t1 values(1.01);
select * from t1 where f1 > 1.01;


No file was uploaded with this report


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to