Re: Operator Class for Hash - Mailing list pgsql-general

From Tom Lane
Subject Re: Operator Class for Hash
Date
Msg-id 27045.1146413456@sss.pgh.pa.us
Whole thread Raw
In response to Operator Class for Hash  ("Jozsef Szalay" <jszalay@storediq.com>)
List pgsql-general
"Jozsef Szalay" <jszalay@storediq.com> writes:
> Could someone please help me out with an example on how to define an
> operator and operator class that supports hash joins?

Well, for starters, only the equality operator should be marked HASHES,
and the support function for a hash opclass is completely different from
the one for a btree opclass.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Is PostgreSQL an easy choice for a large CMS?
Next
From: "Tony Lausin"
Date:
Subject: Re: Is PostgreSQL an easy choice for a large CMS?