Luka Zivkovic <lukazivkovic58(at)gmail(dot)com> writes:
> Yeah, i was looking i to that, and it looks like i just didn't implement
> it correctly. I'm just wondering because I'm using it for jsonb type, can i
> just use already implemented support functions for jsonb? I'm just not too
> sure how those functions work
The support functions need to know about the operators' semantics, so
you have to write your own when inventing new operators.
regards, tom lane