>
> rhaas=# select oid, * from pg_opfamily where opfmethod = 2742;
>  oid  | opfmethod |    opfname     | opfnamespace | opfowner
> ------+-----------+----------------+--------------+----------
>  2745 |      2742 | array_ops      |           11 |       10
>  3659 |      2742 | tsvector_ops   |           11 |       10
>  4036 |      2742 | jsonb_ops      |           11 |       10
>  4037 |      2742 | jsonb_path_ops |           11 |       10
> (4 rows)

I am particulary intrested in array_ops but I have failed in locating the
code behind it. Where is it reflected in the source code

Best Regards,
Mark Rofail

Reply via email to