Re: show fct_name of the function/procedure

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: show fct_name of the function/procedure
Дата
Msg-id CAKFQuwaO5O--1sEpXhoXZx+XX4jVFLpDZjt1cH0ksLOf9D0UnQ@mail.gmail.com
обсуждение исходный текст
Ответ на show fct_name of the function/procedure  (ft <ml@ft-c.de>)
Список pgsql-general
On Saturday, April 27, 2024, ft <ml@ft-c.de> wrote:

 fct_name text := pg_fct_name()    ; --  I need it



PG_ROUTINE_OID

I think casting that to “regproc” will get you what you need.  Otherwise there should be functions or a query to perform the needed lookup.


David J.

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

Предыдущее
От: ft
Дата:
Сообщение: show fct_name of the function/procedure
Следующее
От: Ayush Vatsa
Дата:
Сообщение: Query Discrepancy in Postgres HLL Test