From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Gerhard Dieringer <Gerhard(dot)Dieringer(at)arcor(dot)de> |
Cc: | Postgres Bugs <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: Bug in parser? |
Date: | 2003-06-01 15:32:26 |
Message-ID: | 26798.1054481546@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Gerhard Dieringer <Gerhard(dot)Dieringer(at)arcor(dot)de> writes:
> Inconsistent results when calling '+' operator with text arguemts
I suspect you are looking for the '||' operator, which is the SQL-standard
spelling of concatenation. '+' ends up invoking the one-byte-"char"
datatype's addition operator.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Bruno Wolff III | 2003-06-01 18:53:52 | Re: Bug or not... |
Previous Message | Stephan Szabo | 2003-06-01 15:06:52 | Re: sudoers file?? |