retrieve function members types/domains <= types - Mailing list pgsql-novice

From Jean-Yves F. Barbier
Subject retrieve function members types/domains <= types
Date
Msg-id 20100926232641.65b23f80@anubis.defcon1
Whole thread Raw
List pgsql-novice
Hi list,

I'm trying to make a rights manager that retrieve all its info from PG
tables.

I found out how to retrieve function names; but now I'm stuck after that,
as I can't find a way to retrieve types/domains used by a function in order
to "rebuild" it in my manager and be able to test/set user rights on this
function, like:
SELECT has_function_privilege('myfun(int,domain14)', 'execute');

What queries should I issue to get such info?

--
Texas law forbids anyone to have a pair of pliers in his possession.

pgsql-novice by date:

Previous
From: William Furnass
Date:
Subject: Re:
Next
From: Mladen Gogala
Date:
Subject: Not quite there yet