Re: Bug #703: granted permisions lost next day

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #703: granted permisions lost next day
Дата
Msg-id 24884.1025708795@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #703: granted permisions lost next day  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
pgsql-bugs@postgresql.org writes:
> Hello, I've a table named map. I need to allow all users to select from this table. "GRANT select ON map TO public ;"
worksbut permissions are lost next day and I must grant them again and again. I also tried to do it in a transaction:
"BEGIN; GRANT select ON map TO public ; COMMIT ;" but without any efect. Thanks for any help. 

I'll bet lunch that you have some nightly batch client that's dropping
and recreating the table, or perhaps just REVOKEing permissions on it.
Permissions do not magically disappear.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug #702: NULLs order by bug in 7.2.1
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Bug #703: granted permisions lost next day