Re: Inconsistent syntax in GRANT

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Inconsistent syntax in GRANT
Дата
Msg-id 200601041141.36788.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: Inconsistent syntax in GRANT  (Euler Taveira de Oliveira <eulerto@yahoo.com.br>)
Ответы Re: Inconsistent syntax in GRANT  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Euler,

> It should but it's not implemented yet. There is no difficulty in doing
> it. But I want to propose the following idea: if some object depends on
> another object and its type is 'DEPENDENCY_INTERNAL' we could
> grant/revoke privileges automagically to it. Or maybe create another
> type of dependency to do so.
> Comments?

I think this would be difficult to work out.  Personally, the only 
clear-cut case I can think of is SERIAL columns; other dependancies would 
require a lot of conditional logic.

-- 
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Improving N-Distinct estimation by ANALYZE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Improving N-Distinct estimation by ANALYZE