How can I retrieve an info about function arguments ? - Mailing list pgsql-admin

From Zuev Dmitry
Subject How can I retrieve an info about function arguments ?
Date
Msg-id ap8m1e$18u$1@news.nsk.su
Whole thread Raw
Responses Re: How can I retrieve an info about function arguments ?
List pgsql-admin
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-admin by date:

Previous
From: "NoW"
Date:
Subject: write a daemon config file by using stored procedures!
Next
From: "Brian E. Parker"
Date:
Subject: Re: Errors in messages file