On Sun, 6 Aug 2023, 12:34 jacktby jacktby, <jack...@gmail.com> wrote:

> I’m trying to add a new operator for my pg application like greater_equals
> called “<~>", how many files I need to
> modify and how to do it? Can you give me an example?
>

you can look at some contrib for some examples of custom operator (and
custom datatype) implementation, like citext or btree_gin/gist

>

Reply via email to