Re: how to check objects dependency??

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: how to check objects dependency??
Дата
Msg-id 29585.1194016502@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: how to check objects dependency??  (Jessica Richard <rjessil@yahoo.com>)
Список pgsql-admin
Jessica Richard <rjessil@yahoo.com> writes:
> I am sure in the future there will be times that I need to check the ownership of the functions but not allowed to
dropusers to see check the dependencies. 

There's no need for a separate operation for that.  Do

    begin;
    drop user foo;
    rollback;

            regards, tom lane

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

Предыдущее
От: "Campbell, Lance"
Дата:
Сообщение: How do I identify the privileges a role has?
Следующее
От: "Peter Childs"
Дата:
Сообщение: Re: jumpstart - pgsql.v824