Re: REVOKE not working...

Поиск
Список
Период
Сортировка
От Joe Maldonado
Тема Re: REVOKE not working...
Дата
Msg-id 41790751.2010803@webehosting.biz
обсуждение исходный текст
Ответ на Re: REVOKE not working...  ("Scott Marlowe" <smarlowe@qwest.net>)
Ответы Re: REVOKE not working...  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список pgsql-admin
Scott Marlowe wrote:

>On Thu, 2004-10-21 at 10:49, Joe Maldonado wrote:
>
>
>>Scott Marlowe wrote:
>>
>>
>>
>>>On Wed, 2004-10-20 at 08:17, Joe Maldonado wrote:
>>>
>>>
>>>
>>>
>>>>Hello all,
>>>>   I have created users for which I have restricted access to SELECT
>>>>
>>>>
>>>>from a set of tables, this works :)
>>>
>>>
>>>>   But when I issue a REVOKE CREATE ON DATABASE mydb FROM myuser;
>>>>The user can still create tables...I've also issued this command for the
>>>>SCHEMA and still no go.
>>>>
>>>>Is this a known problem, if so how can I restrict users from creating
>>>>objects in my db?
>>>>
>>>>
>>>>
>>>>
>>>Is myuser a superuser?  If so, you can revoke all you want and he'll
>>>still be able to do anything he wants.  Also, I think that if myuser
>>>owns the current database he can always create tables in it.
>>>
>>>
>>>
>>>
>>>
>>>
>>myuser is not a superuser.  is the public schema special in that you
>>cannot revoke create privileges from users accessing it?
>>
>>
>
>Is myuser the creator of the database in question?
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 6: Have you searched our list archives?
>
>               http://archives.postgresql.org
>
>
Nope.

-Joe

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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: indexes are not working for
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: REVOKE not working...