Re: revoke on database not working as expected

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: revoke on database not working as expected
Дата
Msg-id 11890.1125342479@sss.pgh.pa.us
обсуждение исходный текст
Ответ на revoke on database not working as expected  (Stijn Hoop <stijn@win.tue.nl>)
Ответы Re: revoke on database not working as expected  (Stijn Hoop <stijn@win.tue.nl>)
Список pgsql-general
Stijn Hoop <stijn@win.tue.nl> writes:
> template1=# revoke all on database privtest from testpriv;

That doesn't do what you evidently think it does --- it revokes the
right to create temp tables, and the right to create new schemas, but
not every right in existence.  Please read the GRANT/REVOKE manual
pages.  (Hint: revoking CREATE on the public schema would get you closer
to what you want.)

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: max_connections
Следующее
От: Jeffrey Melloy
Дата:
Сообщение: Re: POSS. FEATURE REQ: "Dynamic" Views