Re: Strange issue with CREATE OPERATOR CLASS

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Strange issue with CREATE OPERATOR CLASS
Date: 2009-02-12 00:07:27
Message-ID: 23500.1234397247@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Josh Berkus <josh(at)agliodbs(dot)com> writes:
> Tom Lane wrote:
>> Is that the actual error message? The closest string I can find in 8.3
>> or HEAD is "index operators must return boolean".

> Oh! Sorry, this is 8.2.12.

Oh, OK. It's the same case though. Look for operator definitions that
specify a commutator or negator operator that never gets provided.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2009-02-12 00:13:53 Re: Optimization rules for semi and anti joins
Previous Message Kevin Grittner 2009-02-11 23:57:48 Re: Optimization rules for semi and anti joins