Re: [HACKERS] Possible bug in parsing

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Hannu Krosing <hannu(at)trust(dot)ee>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Possible bug in parsing
Date: 1998-03-18 06:54:31
Message-ID: 350F6FA7.DE81AEA2@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-03-18 06:56:13 Re: [HACKERS] standards question
Previous Message Thomas G. Lockhart 1998-03-18 06:42:11 Re: [HACKERS] Regression test