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

From Thomas G. Lockhart
Subject Re: [HACKERS] Possible bug in parsing
Date
Msg-id 350F6FA7.DE81AEA2@alumni.caltech.edu
Whole thread Raw
In response to Possible bug in parsing  (Hannu Krosing <hannu@trust.ee>)
List pgsql-hackers
> 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.

                        - Tom

pgsql-hackers by date:

Previous
From: Peter T Mount
Date:
Subject: Re: [DOCS] Re: [HACKERS] Small changes for the "no excuses" release
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] standards question