Bug #627: - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #627:
Date
Msg-id 20020329072755.2ACEA475977@postgresql.org
Whole thread Raw
Responses Re: Bug #627:  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Re: Bug #627:  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Harish Rao (rao.harish@acm.org) 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

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #626: Query with View not returning proper results
Next
From: Stephan Szabo
Date:
Subject: Re: Bug #627: