Re: How can I retrieve an info about function arguments ?

Поиск
Список
Период
Сортировка
От Bhuvan A
Тема Re: How can I retrieve an info about function arguments ?
Дата
Msg-id Pine.LNX.4.44.0210261131190.2024-100000@Bhuvan.bksys.co.in
обсуждение исходный текст
Ответ на How can I retrieve an info about function arguments ?  ("Zuev Dmitry" <envoy1@chat.ru>)
Список pgsql-sql
> I need to retreive full set of info about argument and return types (for
> variable length too).

test_db=>\df+ my_func
will serve your need :(

> How I can get it from system catalog ?
pg_proc.pronargs    -- count of arguments
pg_proc.proargtypes -- oid(s) of pg_type for appropriate arguments

regards,
bhuvaneswaran



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

Предыдущее
От: Tim Perdue
Дата:
Сообщение: Re: Foreign character struggles
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: datediff?