Re: ERROR: aggregate function calls cannot be nested - Mailing list pgsql-general

From Tom Lane
Subject Re: ERROR: aggregate function calls cannot be nested
Date
Msg-id 17981.1258936412@sss.pgh.pa.us
Whole thread Raw
In response to ERROR: aggregate function calls cannot be nested  (Jonathan Blitz <jblitz@013.net>)
List pgsql-general
Jonathan Blitz <jblitz@013.net> writes:
> What exactly does this message mean?

It means you can't write something like avg(sum(x)).

            regards, tom lane

pgsql-general by date:

Previous
From: silly8888
Date:
Subject: Re: Updating column on row update
Next
From: Daniel
Date:
Subject: Re: How to link with postgresql in gcc?