Re: Keep a user from creating tables ?

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: Keep a user from creating tables ?
Дата
Msg-id 20040517080153.P21709@megazone.bigpanda.com
обсуждение исходный текст
Ответ на Keep a user from creating tables ?  ("Gregory S. Williamson" <gsw@globexplorer.com>)
Список pgsql-admin
On Sun, 16 May 2004, Gregory S. Williamson wrote:

> In postgres 7.4, is there any way to stop a user from creating tables in a given database ?

Make the user not have rights to create objects in any schemas. Most
likely you'd only need to change the public schema, but if you've granted
create rights for other schemas you'll need to revoke those as well.

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

Предыдущее
От: "Gregory S. Williamson"
Дата:
Сообщение: Keep a user from creating tables ?
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: Installing PostgreSQL on Fedora from RPM