Re: Read Only Role

Поиск
Список
Период
Сортировка
От CS DBA
Тема Re: Read Only Role
Дата
Msg-id 4ED827BD.4090103@consistentstate.com
обсуждение исходный текст
Ответ на Re: Read Only Role  ("M. D." <lists@turnkey.bz>)
Ответы Re: Read Only Role
Список pgsql-admin
On 11/30/2011 05:05 PM, M. D. wrote:
>
> On 11/29/2011 11:52 PM, senthilnathan wrote:
>> Is there any simple way to define read only roles. Basically that
>> user should
>> be able to login and be able to do *select* statements alone. It
>> should be
>> applied for all tables in all schemas in a database.
>>
>> --
>> View this message in context:
>> http://postgresql.1045698.n5.nabble.com/Read-Only-Role-tp5034628p5034628.html
>> Sent from the PostgreSQL - admin mailing list archive at Nabble.com.
>>
> Google is your friend:
> http://stackoverflow.com/questions/760210/how-do-you-create-a-read-only-user-in-postgresql
>
>
>

I think you can do this:

ALTER USER [user] SET TRANSACTION READ ONLY;





--
---------------------------------------------
Kevin Kempter       -       Constent State
A PostgreSQL Professional Services Company
           www.consistentstate.com
---------------------------------------------


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

Предыдущее
От: Frank Lanitz
Дата:
Сообщение: Re: Use a custom postgresql.conf?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Upgrade from 9.0.5 to 9.1.1 - Problems with citext indexes