Re: How to determine the operator class that an operator belongs to

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: marc(at)bloodnok(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to determine the operator class that an operator belongs to
Date: 2009-10-24 23:29:27
Message-ID: 15442.1256426967@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Lew 2009-10-25 02:00:06 Re: is postgres a good solution for billion record data.. what about mySQL?
Previous Message Tom Lane 2009-10-24 23:26:18 Re: recovery mode