BUG #2775: Error select

From: "Mas Kus" <kusuma_ok(at)telkom(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2775: Error select
Date: 2006-11-22 08:40:53
Message-ID: 200611220840.kAM8ergP071418@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2775
Logged by: Mas Kus
Email address: kusuma_ok(at)telkom(dot)net
PostgreSQL version: 7.4.1-2
Operating system: Mandrake 10.0
Description: Error select
Details:

Hello...
I'm using Mandrake 10.0 full version as my OS. And use it for my web server.
I've installed the PostgreSQL to my server. The connection to the database
is good. I try to select by :

=>select 2147*1000000;
?column?
--------------
2147000000

But, when I tried select :

=>select 2148*1000000;
?column?
------------------
-214623000

Or When I try to multiply with the number than result more than 2147000000,
the result is minus or wrong.

Can you help me why ?

Thank you.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Raghava 2006-11-22 10:56:16 BUG #2776: unable to access created user directory
Previous Message Mas Kus 2006-11-22 08:35:10 BUG #2774: Error select