Re: [BUGS] BUG #1762: Integer multiplication error

2005-07-09 Thread Michael Fuhr
On Sat, Jul 09, 2005 at 10:25:16AM +0100, Milos Babic wrote: > > When I try from psql to select: > > select 1024*1024*4500; > > it responses with: > error integer out of range > > is it known bug or what is going on? >From "Numeric Constants" in the "SQL Syntax" chapter of the documentation:

[BUGS] BUG #1762: Integer multiplication error

2005-07-09 Thread Milos Babic
The following bug has been logged online: Bug reference: 1762 Logged by: Milos Babic Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0 Operating system: FreeBSD Description:Integer multiplication error Details: When I try from psql to select: select 1024*102