database permissions:how to create read only user for db

From: lexx(at)gorodok(dot)net
To: pgsql-admin(at)postgresql(dot)org
Subject: database permissions:how to create read only user for db
Date: 2004-12-25 09:54:56
Message-ID: 1655106625.20041225155456@gorodok.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello all.

Please help,
are there any way to set some (ex. deny creating tables) privileges on database (not for databases objects)?

I want crant full access to one user (let say "adminuser" for database "testdb") and make some others (read only) users,
who can read only (do SELECT from "testdb" tables), but not CREATE tables or some database objects.

As I know CRANT command allows only set privileges for database objects but not for databases.

So, can I realize this using Postgres 7.1,
or it's not possible at all?

Thanks in advance.
/lexx/

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Bruno Wolff III 2004-12-25 16:20:07 Re: database permissions:how to create read only user for db
Previous Message Alex 2004-12-25 09:31:56 database permissions:how to create read only user for db