database permissions:how to create read only user for db - Mailing list pgsql-admin

From lexx@gorodok.net
Subject database permissions:how to create read only user for db
Date
Msg-id 1655106625.20041225155456@gorodok.net
Whole thread Raw
Responses Re: database permissions:how to create read only user for db  (Bruno Wolff III <bruno@wolff.to>)
List 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/


pgsql-admin by date:

Previous
From: "John Jensen"
Date:
Subject: Re: i need it
Next
From: Bruno Wolff III
Date:
Subject: Re: database permissions:how to create read only user for db