Re: using xmin in a query?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Nolan <htfoot(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: using xmin in a query?
Date: 2011-07-28 23:52:31
Message-ID: 9021.1311897151@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Michael Nolan <htfoot(at)gmail(dot)com> writes:
> So, a <> operator (either xid,xid or xid,integer) would need to be
> implemented using the hash opclass, correct?

No, it's unrelated to the opclass. It'd be worth marking it as the
negator of the equality operator, but otherwise it'd really be
unconnected to anything else.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Johnston 2011-07-29 02:07:05 Re: List Functions and Code
Previous Message Michael Nolan 2011-07-28 23:27:06 Re: using xmin in a query?