Confused about user permissions and pg_hba.conf

Поиск
Список
Период
Сортировка
От Graham Wilson
Тема Confused about user permissions and pg_hba.conf
Дата
Msg-id 20021119014134.82474.qmail@web14407.mail.yahoo.com
обсуждение исходный текст
Ответы Re: Confused about user permissions and pg_hba.conf  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-admin
Hi all,

I have searched through the archives but after 2 days
of trying, I still cannot figure out how to get
postgres permissions to work the way I need them to.

What I am trying to do is setup Postgresql on a Linux
server so that users can connect from anywhere on the
subnet and edit tables that they themselves have
created.  I then want other users to be able to access
these tables as a 'guest' using the password
'readonly'.

At the moment, I have,

  host all  xxx.x.242.0 255.255.255.0 ident sameuser

in the pg_hda.conf file so that anyone on the subnet
can access any table.  Given that all users creating
databases and making tables in the database have unix
accounts, the 'ident sameuser' authentication is fine.
 Alas, how do I go about creating a user that only has
'readonly' access to the databases/tables?  Many users
will need to read the tables in a given database but I
don't want them to be able to modify the database in
any way (i.e. nothing other than select statements).




______________________________________________________________________
Post your free ad now! http://personals.yahoo.ca

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

Предыдущее
От: "Marc Mitchell"
Дата:
Сообщение: IN subselects and index / seq_scan question....
Следующее
От: Tom Lane
Дата:
Сообщение: Re: IN subselects and index / seq_scan question....