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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How to grant a user read-only access to a database?
Дата
Msg-id 24543.1267629586@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: How to grant a user read-only access to a database?  (Kevin Kempter <kevink@consistentstate.com>)
Ответы Re: How to grant a user read-only access to a database?
Список pgsql-general
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

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