Bug #627:

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #627:
Дата
Msg-id 20020329072755.2ACEA475977@postgresql.org
обсуждение исходный текст
Ответы Re: Bug #627:
Re: Bug #627:
Список 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 по дате отправления:

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #626: Query with View not returning proper results
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Bug #627: