Re: Row Limit on tables - Mailing list pgsql-general

From Doug Fields
Subject Re: Row Limit on tables
Date
Msg-id 5.1.0.14.2.20020601200356.02cad6f0@mail.pexicom.com
Whole thread Raw
In response to Re: Row Limit on tables  (Devrim GUNDUZ <devrim@oper.metu.edu.tr>)
List pgsql-general
>I cannot remember the definition exactly; but as far as I remember, it was
>with count() function; which returns 32-bit integer, and for tables having
>more than 2 billion rows, count() has really no "meaning".

In 7.2.1 the aggregate functions now return longs (64-bit values).

Cheers,

Doug



pgsql-general by date:

Previous
From: "murphy pope"
Date:
Subject: tid scan - is it ever used?
Next
From: Doug Fields
Date:
Subject: Re: Row Limit on tables