Re: Privileges & roles

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Privileges & roles
Дата
Msg-id 14381.1217358518@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Privileges & roles  (Carol Walter <walterc@indiana.edu>)
Список pgsql-admin
Carol Walter <walterc@indiana.edu> writes:
> How do you make a user that can only create temporary tables?

Well, you grant them TEMP privilege on the database, and you revoke
everything else.  I suspect the key bit you're missing is to revoke
public CREATE privilege on the "public" schema.

            regards, tom lane

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

Предыдущее
От: Carol Walter
Дата:
Сообщение: Privileges & roles
Следующее
От: Chris Bovitz
Дата:
Сообщение: Upgrading with WALs