Re: ERROR: operator does not exist: integer !=- integer

From: Andrew - Supernews <andrew+nonews(at)supernews(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ERROR: operator does not exist: integer !=- integer
Date: 2007-03-04 10:59:24
Message-ID: slrneul9kc.2tne.andrew+nonews@atlantis.supernews.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2007-03-04, William ZHANG <uniware(at)zedware(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2007-03-04 11:54:30 Re: Synchronized Scan update
Previous Message Martijn van Oosterhout 2007-03-04 10:37:34 Re: New Access Method