Re: Bug #627:

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: <rao(dot)harish(at)acm(dot)org>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Bug #627:
Date: 2002-03-29 13:59:02
Message-ID: 20020329055634.F46378-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Fri, 29 Mar 2002 pgsql-bugs(at)postgresql(dot)org wrote:

> 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;

What's the bug here? An explanation would
be useful.

In response to

  • Bug #627: at 2002-03-29 07:27:55 from pgsql-bugs

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2002-03-29 14:52:44 Re: Bug #627:
Previous Message Vlad Marchenko 2002-03-29 12:29:14 Re: huh!?