Re: How to grant a user read-only access to a database?
От
Antonio Goméz Soto
Тема
Re: How to grant a user read-only access to a database?
Дата
Msg-id
4B8D2DC1.6050305@gmail.com
Ответ на
Re: How to grant a user read-only access to a database? (Raymond O'Donnell)
Список
Дерево обсуждения
How to grant a user read-only access to a database? Antonio Goméz Soto<antonio.gomez.soto@gmail.com>
Re: How to grant a user read-only access to a database? Thom Brown <thombrown@gmail.com>
Re: How to grant a user read-only access to a database? Nilesh Govindarajan <lists@itech7.com>
Re: How to grant a user read-only access to a database? Thom Brown <thombrown@gmail.com>
Re: How to grant a user read-only access to a database? Craig Ringer <craig@postnewspapers.com.au>
Re: How to grant a user read-only access to a database? Antonio Goméz Soto<antonio.gomez.soto@gmail.com>
Re: How to grant a user read-only access to a database? Thom Brown <thombrown@gmail.com>
Re: How to grant a user read-only access to a database? Raymond O'Donnell <rod@iol.ie>
Re: How to grant a user read-only access to a database? Antonio Goméz Soto<antonio.gomez.soto@gmail.com>
Re: How to grant a user read-only access to a database? Said Ramirez <sramirez@vonage.com>
Re: How to grant a user read-only access to a database? Merlin Moncure <mmoncure@gmail.com>
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? Tom Lane <tgl@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? Thom Brown <thombrown@gmail.com>
Re: How to grant a user read-only access to a database? Nilesh Govindarajan <lists@itech7.com>
Op 02-03-10 16:14, Raymond O'Donnell schreef: > On 02/03/2010 14:56, Thom Brown wrote: >>> >>> But I still need to define access to each table separately? >>> >>> Thanks, >>> Antonio. >>> >> >> As far as I'm aware. It's only in the upcoming version 9.0 that you >> can do things like: >> >> GRANT SELECT ON ALL TABLES IN SCHEMA public TO readonly; >> >> Other folk on here may have some alternative suggestions though. > > I think people have in the past posted queries that extract the table > names from the system catalogues and then grant privileges on them.... > it might be worthwhile having a trawl through the archives. > > Ray. > Ok, will do. Thanks. Antonio
В списке pgsql-general по дате отправления