BUG in postgres mathematic

From: Max Vaschenko <max(at)nino(dot)ru>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG in postgres mathematic
Date: 2001-01-25 10:34:02
Message-ID: 3A70011A.B0E14EF7@nino.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Postgres-7.0.3-2
RedHat-6.2

SELECT int8(5*27.81*100);
13904

SELECT int4(5*27.81*100);
13905

SELECT int8(27.81*100*5);
13905

--
С уважением, Ващенко Максим,
Нижегородские информационные сети
(8312) 30-19-05, 34-00-02, 30-09-73

With best regards, Max Vaschenko,
Nizhny Novgorod Information Networks.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-01-25 11:28:57 JDBC driver throws SQLException while parsing timestamp
Previous Message Barry Lind 2001-01-25 07:43:34 Re: JDBC buggy in 7.1beta3