Re: patch (for 9.1) string functions - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: patch (for 9.1) string functions
Date
Msg-id 162867791003091031q724dbd60s14edca2aa4a7189a@mail.gmail.com
Whole thread Raw
In response to Re: patch (for 9.1) string functions  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: patch (for 9.1) string functions
List pgsql-hackers
2010/3/9 Merlin Moncure <mmoncure@gmail.com>:
> On Tue, Mar 9, 2010 at 9:30 AM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
>> postgres=# select concat('ahaha',10,null,current_date, true);
>>         concat
>> ------------------------
>>  ahaha,10,,2010-03-09,t
>
> why are there commas in the output?
>

I though so comma can be default separator - but I see - it is wrong -
separator have to be empty string.

Pavel


> merlin
>


pgsql-hackers by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: patch (for 9.1) string functions
Next
From: Pavel Stehule
Date:
Subject: Re: patch (for 9.1) string functions