Denying CREATE TABLE capability

Поиск
Список
Период
Сортировка
От Michael Minock
Тема Denying CREATE TABLE capability
Дата
Msg-id 001901c0a8a4$1e099020$a529ef82@struts.cs.umu.se
обсуждение исходный текст
Ответы Re: Denying CREATE TABLE capability
Список pgsql-admin
Hello all -

My users are able to connect to a main database and then create their own
databases.
However I do not want them to be able to create tables in the main database.
But in the main database, some users always create tables, which I have to
periodically go in and drop.

I have tried to deny users capability to add tables in the main database by
revoking users rights on the catalog relations.
Especially pg_class, etc... Still I have found no way to achieve the above
policy.

Does anyone know the trick to get this policy enforced?

Thanks,
Mike Minock


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

Предыдущее
От: Spy
Дата:
Сообщение: Re: Use of the LIMIT clause ?
Следующее
От: "justin.lipshitz"
Дата:
Сообщение: Permissions on Functions