Re: How to grant a user read-only access to a database?

Поиск
Список
Период
Сортировка
От Kevin Kempter
Тема Re: How to grant a user read-only access to a database?
Дата
Msg-id 201003031044.33389.kevink@consistentstate.com
обсуждение исходный текст
Ответ на Re: How to grant a user read-only access to a database?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Wednesday 03 March 2010 08:19:46 am Tom Lane wrote:
> Kevin Kempter <kevink@consistentstate.com> writes:
> > I believe all you have to do is this to create a read only user:
> > create user ro_user with password 'passwd';
> > alter user ro_user set default_transaction_read_only = true;
>
> You do realize the user can just unset that again?
>
>             regards, tom lane


I did not. Thanks for the heads up.



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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: Work Mem Allocation Questions
Следующее
От: akp geek
Дата:
Сообщение: Auto VACUUM