Marc Munro <marc(at)bloodnok(dot)com> 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_depend for linkages
from operators to classes.
regards, tom lane