Re: [pgsql-hackers] Allow GRANT/REVOKE permissions to be applied to all schema

Поиск
Список
Период
Сортировка
От Robert Treat
Тема Re: [pgsql-hackers] Allow GRANT/REVOKE permissions to be applied to all schema
Дата
Msg-id 200501291443.39933.xzilla@users.sourceforge.net
обсуждение исходный текст
Ответ на Re: [pgsql-hackers] Allow GRANT/REVOKE permissions to be applied to all schema  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
On Saturday 29 January 2005 09:14, Stephen Frost wrote:
> * Tom Lane (tgl@sss.pgh.pa.us) wrote:
> > Or just make the user enter two commands for this case.  Aside from
> > syntactic simplicity, that might be a good idea anyway.  The NEW TABLES
> > case is *fundamentally* different from every other form of GRANT, in
> > that it causes future actions.  So it might be a wise idea from the
> > standpoint of understandability to keep it as a separate command from
> > the immediate-acting ALL TABLES.
>
> I agree with this- issueing two seperate commands in this instance seems
> like it'd be fine and not terribly onerous.
>

In general I'd agree, although as I start to think of the different 
combinations of tables/views/functions/sequences/types/operators/etc.. my 
head does start to spin.  

-- 
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL


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

Предыдущее
От: Victor Yegorov
Дата:
Сообщение: Re: Implementing Bitmap Indexes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Implementing Bitmap Indexes