Re: using xmin in a query? - Mailing list pgsql-general

From Tom Lane
Subject Re: using xmin in a query?
Date
Msg-id 9021.1311897151@sss.pgh.pa.us
Whole thread Raw
In response to Re: using xmin in a query?  (Michael Nolan <htfoot@gmail.com>)
List pgsql-general
Michael Nolan <htfoot@gmail.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

pgsql-general by date:

Previous
From: Michael Nolan
Date:
Subject: Re: using xmin in a query?
Next
From: David Johnston
Date:
Subject: Re: List Functions and Code