Re: obtaining proc oid given a oper id

Поиск
Список
Период
Сортировка
От CK Tan
Тема Re: obtaining proc oid given a oper id
Дата
Msg-id CAJNt7=Y9xgt6Sr4X7NoCRvfaHORhfZ7kVu32O_pma3jW8CKV4A@mail.gmail.com
обсуждение исходный текст
Ответ на obtaining proc oid given a oper id  (CK Tan <cktan@vitessedata.com>)
Список pgsql-hackers
Found it.

/*
 * get_opcode
 *
 *              Returns the regproc id of the routine used to implement an
 *              operator given the operator oid.
 */
RegProcedure
get_opcode(Oid opno)

On Thu, Aug 10, 2023 at 1:17 PM CK Tan <cktan@vitessedata.com> wrote:
>
> Hi Hackers, is there a function that would lookup the proc that
> implements an operator?
>
> Thanks,
> -cktan



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Add PG CI to older PG releases
Следующее
От: Peter Smith
Дата:
Сообщение: Re: [PATCH] Reuse Workers and Replication Slots during Logical Replication