Re: String aggregate function

From: Tomasz Myrta <jasiek(at)klaster(dot)net>
To: Objectz <objectz(at)postmark(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: String aggregate function
Date: 2003-03-17 10:59:10
Message-ID: 3E75AA7E.70600@klaster.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Christoph Haller 2003-03-17 11:25:47 Re: Create function statement with insert statement
Previous Message Tomasz Myrta 2003-03-17 10:55:58 Re: String aggregate function