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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to determine the operator class that an operator belongs to
Дата
Msg-id 15442.1256426967@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How to determine the operator class that an operator belongs to  (Marc Munro <marc@bloodnok.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: recovery mode
Следующее
От: Lew
Дата:
Сообщение: Re: is postgres a good solution for billion record data.. what about mySQL?