An entry's amopmethod must match the
- name>opfmethod> of its containing operator family (including
+ field>opfmethod> of its containing operator family (including
amopmethod here is an intentional denormalization of the
catalog structure for performance reasons). Also,
amoplefttype and amoprighttype must match
An operator class's opcmethod must match the
- name>opfmethod> of its containing operator family.
+ field>opfmethod> of its containing operator family.
Also, there must be no more than one pg_opclass
- row having name>opcdefault> true for any given combination of
- name>opcmethod and opcintype>.
+ row having field>opcdefault> true for any given combination of
+ field>opcmethod and opcintype>.