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

From Merlin Moncure
Subject Re: patch (for 9.1) string functions
Date
Msg-id b42b73151003091025o5dd014a7r387b36fb497a76a2@mail.gmail.com
Whole thread Raw
In response to patch (for 9.1) string functions  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: patch (for 9.1) string functions
List pgsql-hackers
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?

merlin


pgsql-hackers by date:

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