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

From Tom Lane
Subject Re: using xmin in a query?
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: using xmin in a query?  (Michael Nolan <[email protected]>)
List pgsql-general
Michael Nolan <[email protected]> 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