Re: grant all privileges on database

Поиск
Список
Период
Сортировка
От Tony Caduto
Тема Re: grant all privileges on database
Дата
Msg-id 45806A7D.7070305@amsoftwaredesign.com
обсуждение исходный текст
Ответ на grant all privileges on database  (developer@wexwarez.com)
Список pgsql-general
developer@wexwarez.com wrote:
> grant all privileges on database test to auser
>
> As far as I can tell this does nothing.  Intuitively this command suggests
> that the auser would be able to access and modify the database test in
> anyway.  It would also suggest that as new tables for the database auser
> would automatically have access to them.
>
>
It just grants all privileges  for a database object to auser.

You should check out the grant manager in Lightning Admin for
Postgresql, it visually shows everything and makes
it a bitter easier to see how it works.

http://www.amsoftwaredesign.com/onlinehelp/pgla/grant_manager.htm

In the screenshot the cells that are green are the ones that can be set
for a particular object, and for a database it's just
two.  So the grant statement you used above did indeed do something, but
only for a database object.

Hope this helps.

Later,

--
Tony Caduto
AM Software Design
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql
Your best bet for Postgresql Administration
Only $9.99 through January 1st 2007


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

Предыдущее
От: Bricklen Anderson
Дата:
Сообщение: Re: plperl exception catching
Следующее
От: Ben
Дата:
Сообщение: a question for the way-back machine