How can I retrieve an info about function arguments ?

Поиск
Список
Период
Сортировка
От Zuev Dmitry
Тема How can I retrieve an info about function arguments ?
Дата
Msg-id ap8luc$15t$1@news.nsk.su
обсуждение исходный текст
Ответы Re: How can I retrieve an info about function arguments ?
Список pgsql-sql
Hello All
Consider a function:
create function f(varchar(10), decimal(10,1)) returns integer as 'select 1;'
language sql;
I need to retreive full set of info about argument and return types (for
variable length too).
How I can get it from system catalog ?
For tables columns I can gen an info from pg_attribute table. But in case of
function no entry are present there.
pg_proc has no info about length of variable length types.

__________________________________________________________________ Dmitry
Vitalievitch ICQ#: 11000008 Current ICQ status: + More ways to contact me
__________________________________________________________________




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

Предыдущее
От: "peter"
Дата:
Сообщение: Re: Multiple Databases
Следующее
От: Thomas Good
Дата:
Сообщение: Re: from postgres to oracle