Re: Relational Algebra and Aggregate Functions - Mailing list pgsql-general

From Sam Mason
Subject Re: Relational Algebra and Aggregate Functions
Date
Msg-id 20090726230214.GV5407@samason.me.uk
Whole thread Raw
In response to Relational Algebra and Aggregate Functions  (Robert James <srobertjames@gmail.com>)
Responses Re: Relational Algebra and Aggregate Functions
List pgsql-general
On Sun, Jul 26, 2009 at 03:36:26PM -0400, Robert James wrote:
> Can anyone
> recommend any papers or web pages which provide some good theoretical
> background for aggregate functions?

My knowledge of relational algebra is somewhat non-existent as well;
I tend to just think of them as a "fold" from normal functional
programming.  The Wikipedia page is a reasonable description:

  http://en.wikipedia.org/wiki/Fold_(higher-order_function)

Not sure how helpful that is though!

--
  Sam  http://samason.me.uk/

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Is there a RECORD[] type in plpgsql?
Next
From: Robert James
Date:
Subject: Ruuning two instances of Postgres on the same machine