Re: Concatenating several rows with a semicolon

From: Alexander Farber <alexander(dot)farber(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Concatenating several rows with a semicolon
Date: 2010-12-28 21:26:03
Message-ID: AANLkTikc8z-F5yR7bw91DGqx=uJu73YotUOvaBjNcAkz@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello Bill and others,

I don't agree about yw being a bad thing
since I have weekly raings in my app,
but your XML suggestion -

On Tue, Dec 28, 2010 at 9:29 PM, Bill Moran <wmoran(at)potentialtech(dot)com> wrote:
>
> If there are multiple entries for pref_money, then each one should be
> a container inside user, i.e.:
>
> <user id="bla bla bla ...>
>  <pref_money date="2010-52" money="760" />
>  <pref_money date="2010-51" money="3848" />
>  ... etc ...
> </user>

is a very good point, thanks!

Alex

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dmitriy Igrishin 2010-12-28 21:31:15 Re: Concatenating several rows with a semicolon
Previous Message Bill Moran 2010-12-28 20:29:44 Re: Concatenating several rows with a semicolon