On Sun, 2005-09-04 at 20:37 -0400, Allan Wang wrote:
> On Mon, 2005-09-05 at 03:00 +0300, Sterpu Victor wrote:
> > Can I do something like this?
> > SELECT sum(name) FROM table;
> > 
> 
> You can add a custom aggregate function that turns your data into an
> array, see http://www.postgresql.org/docs/current/static/xaggr.html
> 
> You can then use array_to_string if you want them comma seperated or
> something.
> 
> Allan Wang

Whoops, I keep forgetting to hit reply to all.


---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to