Thread: Aggregate functions

Aggregate functions

From
Thom Brown
Date:
Where can I find a list of aggregate funtions?  I can't find them
anywhere.  I'm using v1.10.0.  This page says it's supported:
http://pgadmin.org/features.php

Thanks

Thom


Re: Aggregate functions

From
Raymond O'Donnell
Date:
On 18/11/2009 17:20, Thom Brown wrote:
> Where can I find a list of aggregate funtions?  I can't find them
> anywhere.  I'm using v1.10.0.  This page says it's supported:
> http://pgadmin.org/features.php

I think aggregates are hidden in the tree by default....go to File ->
Options -> Display, and tick "Aggregates" in the list.

Ray.


-- 
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie


Re: Aggregate functions

From
Thom Brown
Date:
2009/11/18 Raymond O'Donnell <rod@iol.ie>:
> On 18/11/2009 17:20, Thom Brown wrote:
>> Where can I find a list of aggregate funtions?  I can't find them
>> anywhere.  I'm using v1.10.0.  This page says it's supported:
>> http://pgadmin.org/features.php
>
> I think aggregates are hidden in the tree by default....go to File ->
> Options -> Display, and tick "Aggregates" in the list.
>
> Ray.

Aha!  I never knew that was there.  Thanks Ray! :)

Thom