Re: Running Totals and stuff...

From: Dennis Gearon <gearond(at)fireserve(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Running Totals and stuff...
Date: 2004-06-03 14:47:29
Message-ID: 40BF3A01.3090008@fireserve.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

What platforms now support 64 bit ints for sequences?

"Dann Corbit" <DCorbit(at)connx(dot)com> wrote:

<quote ------------------------------------------------>
Why not just use a "group by" that involves all the things you want to
group by? Probably, I do not properly understand what you are trying to
do.

If you create a 64 bit bigint sequence called "CheckSequence" it is
pretty unlikely that it will wrap around from normal usage.

<quote ------------------------------------------------>

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mike Mascari 2004-06-03 14:55:18 Re: Creating a session variable in Postgres
Previous Message Dennis Gearon 2004-06-03 14:44:19 Re: GRANT question