Re: running aggregates entirely in SQL?

From: elein <elein(at)varlena(dot)com>
To: Aditya <aditya(at)grot(dot)org>
Cc: sfpug(at)postgresql(dot)org
Subject: Re: running aggregates entirely in SQL?
Date: 2004-05-11 17:27:10
Message-ID: 20040511102710.E7232@cookie.varlena.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: sfpug

I have information on running aggregates.
Let me dig up my references. The examples
for plpython are on my website at
www.varlena.com/GeneralBits/Tidbits
under talks for last year's OSCON.

But I think I have another article or two on them.

--elein
============================================================
elein(at)varlena(dot)com Varlena, LLC www.varlena.com

PostgreSQL Consulting, Support & Training

PostgreSQL General Bits http://www.varlena.com/GeneralBits/
=============================================================
I have always depended on the [QA] of strangers.

On Tue, May 11, 2004 at 01:10:58PM -0400, Aditya wrote:
> I could have sworn that I saw an email from Josh Berkus on sfpug about how to
> do running aggregates (ie. a running tally or total, say in an invoice)
> entirely in PostgreSQL, however googling only finds:
>
> http://archives.postgresql.org/pgsql-novice/2003-09/msg00305.php
>
> and I can't find it in the sfpug archives:
>
> http://archives.postgresql.org/sfpug/
>
> am I mistaken?
>
> If so, is there a way to keep a running tally entirely in PostgreSQL?
>
> Thanks,
> Adi

In response to

Responses

Browse sfpug by date

  From Date Subject
Next Message Brian Ghidinelli 2004-05-11 18:01:13 Re: running aggregates entirely in SQL?
Previous Message Aditya 2004-05-11 17:10:58 running aggregates entirely in SQL?