Re: Help with privilages please

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: Help with privilages please
Дата
Msg-id 20060720202804.9194.qmail@web31806.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Help with privilages please  (Hilary Forbes <hforbes@dmr.co.uk>)
Список pgsql-sql
REVOKE ALL on TABLE suppliers FROM hilary;
now login as hilary
SELECT * from suppliers;
and I get all the records!!!
If I create a **new** table though and then do the above, the permissionswork I get a polite
message telling me "no go".  Thissounds to me like a problem with earlier compatibility.  Is there
away I can overcome this.  A simple dump/restore does not solve theproblem.


You might also have to revoke all from public:

Regards,
Richard Broersma Jr.


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

Предыдущее
От: Richard Broersma Jr
Дата:
Сообщение: Re: Error when trying to use a FOR loop
Следующее
От: George Weaver
Дата:
Сообщение: Re: Error when trying to use a FOR loop