RE: [HACKERS] Re: [QUESTIONS] Error on PostgreSQL agregate SUM() function??

From: "Meskes, Michael" <meskes(at)topsystem(dot)de>
To: "'The Hermit Hacker'" <scrappy(at)hub(dot)org>, "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: sferac(at)bo(dot)nettuno(dot)it, Postgres Hackers List <hackers(at)postgreSQL(dot)org>
Subject: RE: [HACKERS] Re: [QUESTIONS] Error on PostgreSQL agregate SUM() function??
Date: 1998-02-11 15:39:07
Message-ID: 11720CEF3853D011AC0C00A024B7A9E1112558@EINSTEIN
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oracle doesn't count as they don't have integers etc. They only use a
selfdesigned number datatype that is able to handle that kind of
numbers, too.

Michael

--
Dr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH
meskes(at)topsystem(dot)de | Europark A2, Adenauerstr. 20
meskes(at)debian(dot)org | 52146 Wuerselen
Go SF49ers! Go Rhein Fire! | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux! | Fax: (+49) 2405/4670-10

> -----Original Message-----
> From: The Hermit Hacker [SMTP:scrappy(at)hub(dot)org]
> Sent: Wednesday, February 11, 1998 4:14 PM
> To: Thomas G. Lockhart
> Cc: sferac(at)bo(dot)nettuno(dot)it; Postgres Hackers List
> Subject: Re: [HACKERS] Re: [QUESTIONS] Error on PostgreSQL
> agregate SUM() function??
>
> On Wed, 11 Feb 1998, Thomas G. Lockhart wrote:
>
> > > PostgreSQL SUMs population column given -1523690296 (overflow)
> > > While SOLID and MySQL gives 2771277000.
> > >
> > > Who are right PostgreSQL or SOLID and MySQL ?
> >
> > Duh.
>
> Just to add in here...Oracle:
>
> SQL> select sum(population) from nations;
>
> SUM(POPULATION)
> ---------------
> 2771277000
>
> SQL>
>
>
>

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-02-11 15:39:37 Re: [HACKERS] Working on some performance optimization
Previous Message Thomas G. Lockhart 1998-02-11 15:38:21 Re: [HACKERS] info files