Re: ERROR: operator does not exist: integer !=- integer - Mailing list pgsql-hackers

From Andrew - Supernews
Subject Re: ERROR: operator does not exist: integer !=- integer
Date
Msg-id slrneul9kc.2tne.andrew+nonews@atlantis.supernews.net
Whole thread Raw
Responses Re: ERROR: operator does not exist: integer !=- integer  (Shane Ambler <pgsql@Sheeky.Biz>)
List pgsql-hackers
On 2007-03-04, William ZHANG <uniware@zedware.org> wrote:
> Here is the steps to reproduce it in CVS HEAD:
> backend> select -1 !=-1;

This arguably isn't a bug, because != is not a standard SQL operator, and
therefore !=- can legitimately be defined as a single operator by the user.

-- 
Andrew, Supernews
http://www.supernews.com - individual and corporate NNTP services


pgsql-hackers by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: New Access Method
Next
From: "Simon Riggs"
Date:
Subject: Re: Synchronized Scan update