Marc Munro writes:
> I'm trying to reconstruct create operator class statements from the
> catalogs. My problem is that access method operators are related only
> to their operator families.
That's because operators might not be in any class.
If you really want to find this out, look in pg_depe
I'm trying to reconstruct create operator class statements from the
catalogs. My problem is that access method operators are related only
to their operator families.
My current assumtion is that all operators for an operator class will
have the same left and right operand types as the data type (