retrieve function members types/domains <= types

Поиск
Список
Период
Сортировка
От Jean-Yves F. Barbier
Тема retrieve function members types/domains <= types
Дата
Msg-id 20100926232641.65b23f80@anubis.defcon1
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: William Furnass
Дата:
Сообщение: Re:
Следующее
От: Mladen Gogala
Дата:
Сообщение: Not quite there yet