Re: BUG #6674: functon aggregat

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: shinsetsusan(at)yahoo(dot)fr
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6674: functon aggregat
Date: 2012-06-08 15:35:48
Message-ID: CA+TgmobnWSsw5=3JVgz1spVTchYvpgA0_RkVC8nhibeSPnfgXQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sun, Jun 3, 2012 at 5:56 AM, <shinsetsusan(at)yahoo(dot)fr> wrote:
> The following bug has been logged on the website:
>
> Bug reference:      6674
> Logged by:          susan
> Email address:      shinsetsusan(at)yahoo(dot)fr
> PostgreSQL version: 9.1.3
> Operating system:   windows vista 64b
> Description:
>
> Hi,
> when i use string_agg without DISTINCT, this function return somes empty
> aggregate row result But not with DISTINCT.
> To reproduce it, use Geoname database from geonames.org with this request
>
> SELECT iso, string_agg(DISTINCT fcode, ',') as n
>  FROM "GeoNames" WHERE fcode LIKE 'ADM%' GROUP BY iso ORDER BY iso ASC;

It's not clear how the behavior that you're getting is different from
what you expect.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2012-06-08 15:41:52 Re: BUG #6659: Error when install postgres
Previous Message Robert Haas 2012-06-08 15:32:40 Re: BUG #6666: pg_upgrade 9.2beta1 plpython/plpython2