Re: String aggregate function

From: "Objectz" <objectz(at)postmark(dot)net>
To: "'Tomasz Myrta'" <jasiek(at)klaster(dot)net>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: String aggregate function
Date: 2003-03-17 14:25:40
Message-ID: 001e01c2ec91$1a5e35b0$aea067d4@eg1opwxp107
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Didn't know this was possible.
Thnx a lot for ur support

-----Original Message-----
From: Tomasz Myrta [mailto:jasiek(at)klaster(dot)net]
Sent: Monday, March 17, 2003 12:59 PM
To: Objectz
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: [SQL] String aggregate function

Uz.ytkownik Tomasz Myrta napisa?:

> Change this function to separate fields only with space character
> (instead of comma) and use as below:
>
> select comma('(' || text ')') ...
Sorry:
select comma('(' || text || ')') ...

Tomasz

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Christoph Haller 2003-03-17 14:26:36 Re: Formatting intervals..
Previous Message Tomasz Myrta 2003-03-17 14:15:22 Re: Formatting intervals..