Re: [GENERAL] How to determine the operator class that an operator belongs to

2009-10-24 Thread Tom Lane
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

[GENERAL] How to determine the operator class that an operator belongs to

2009-10-24 Thread Marc Munro
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 (