Re: How to determine the operator class that an operator belongs to - Mailing list pgsql-general

From Tom Lane
Subject Re: How to determine the operator class that an operator belongs to
Date
Msg-id 15442.1256426967@sss.pgh.pa.us
Whole thread Raw
In response to How to determine the operator class that an operator belongs to  (Marc Munro <marc@bloodnok.com>)
List pgsql-general
Marc Munro <marc@bloodnok.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: recovery mode
Next
From: Lew
Date:
Subject: Re: is postgres a good solution for billion record data.. what about mySQL?