Re: concatenation of strings

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Joachim von Thadden <j(dot)thadden(at)linux-ag(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: concatenation of strings
Date: 2002-09-10 11:24:35
Message-ID: 20020910212435.D17121@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Sep 10, 2002 at 12:37:39PM +0000, Joachim von Thadden wrote:
> Hi,
>
> I have a screwed problem with a simple string concatenation: If I concat
> a string with the result of a function, which is also a string, I get an
> error. If I do the same with a builtin function it works, also the
> return types are equal. Here is an example:

It would've helped if you'd actually included the output of the queries you
executed. It does actually work if you use a name other than "right", for
example, "right2". This would indicate a parser problem. I can't see it in
the source right now.

Anyone else know?

--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> There are 10 kinds of people in the world, those that can do binary
> arithmetic and those that can't.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Patrick Fiche 2002-09-10 11:48:00 Re: concatenation of strings
Previous Message Martijn van Oosterhout 2002-09-10 09:42:19 Re: alias with spaces