Bug #627:

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #627:
Date: 2002-03-29 07:27:55
Message-ID: 20020329072755.2ACEA475977@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Harish Rao (rao(dot)harish(at)acm(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Vlad Marchenko 2002-03-29 12:18:53 huh!?
Previous Message pgsql-bugs 2002-03-28 00:17:20 Bug #626: Query with View not returning proper results