Re: [HACKERS] Possible bug in parsing - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: [HACKERS] Possible bug in parsing
Date
Msg-id 350F785C.8620F61C@sid.trust.ee
Whole thread Raw
In response to Possible bug in parsing  (Hannu Krosing <hannu@trust.ee>)
List pgsql-hackers

Thomas G. Lockhart wrote:

> > I understand the 'there is more than one operator' errors, but
> > what is so different between operators + and || ?
>
> ?? They are different operators, that's why. The "+" is addition, and
> the "||" is defined in SQL92 to be string concatenation.
>
>

Yes I know that, but why are they so different that I can have

  ARG1 op ARG2 op ARG3

with + but not with ||

Hannu




pgsql-hackers by date:

Previous
From: "Luuk de Boer"
Date:
Subject: Re: [HACKERS] Re: [QUESTIONS] MySQL benchmark page
Next
From: Hannu Krosing
Date:
Subject: Re: [HACKERS] Possible bug in parsing