Ayo <a...@blicky.net> writes: > Aaah! That was it, I had totally missed the HASHES and MERGES options to > CREATE OPERATOR. It works perfectly now that I set those.
Cool. > Do those options make sense for other operators besides equality, too? No, they just flag that the operator is equality in some hash or btree (respectively) opclass. regards, tom lane