Math Huh?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Math Huh?
Date: 2002-05-30 23:29:26
Message-ID: 200205301629.26161.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Folks,

I'll let this session speak for itself:

jwnet=> select version();
version
---------------------------------------------------------------
PostgreSQL 7.2.1 on i686-pc-linux-gnu, compiled by GCC 2.95.3
(1 row)

jwnet=> select (255 * 255 * 255 * 255);
?column?
-----------
-66716671
(1 row)

So, a bug, or what?

--
-Josh Berkus

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Larry Rosenman 2002-05-30 23:42:52 Re: Math Huh?
Previous Message Tom Lane 2002-05-30 17:41:59 Re: Can you help with this JOIN?