modulo operator bug?

From: Kemal Bayram <kemal(at)corenetworks(dot)co(dot)uk>
To: pgsql-bugs(at)postgresql(dot)org
Subject: modulo operator bug?
Date: 2001-03-13 22:29:10
Message-ID: 200103132222.WAA07891@raq660.uk2net.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

from psql:

kemal=# select 0.99 % 0.50;
?column?
----------
0.04
(1 row)

Am I missing something fundemental here or is this indeed a bug?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message philip.howell 2001-03-14 04:57:23 libpq PQstatus failed
Previous Message Peter Eisentraut 2001-03-13 20:31:10 Re: Various bugs with PG7.1 8th March snapshot on Solaris 8 INTEL