Re: [HACKERS] Re: [QUESTIONS] Error on PostgreSQL agregate SUM() function?? - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Re: [HACKERS] Re: [QUESTIONS] Error on PostgreSQL agregate SUM() function??
Date
Msg-id Pine.NEB.3.95.980211101353.13163L-100000@hub.org
Whole thread Raw
In response to Re: [QUESTIONS] Error on PostgreSQL agregate SUM() function??  ("Thomas G. Lockhart" <lockhart@alumni.caltech.edu>)
Responses Re: [HACKERS] Re: [QUESTIONS] Error on PostgreSQL agregate SUM() function??  ("Kent S. Gordon" <kgor@inetspace.com>)
List pgsql-hackers
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>




pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: RE: [HACKERS] info files
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Some cleanups/enhancements