Re: How to revoke "Create Privilege" from a readonly user inpostgres? - Mailing list pgsql-admin

From pavan95
Subject Re: How to revoke "Create Privilege" from a readonly user inpostgres?
Date
Msg-id 1541419964128-0.post@n3.nabble.com
Whole thread Raw
Responses Re: How to revoke "Create Privilege" from a readonly user inpostgres?  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Re: How to revoke "Create Privilege" from a readonly user in postgres?  (Shreeyansh Dba <shreeyansh2014@gmail.com>)
Re: How to revoke "Create Privilege" from a readonly user inpostgres?  (Rui DeSousa <rui@crazybean.net>)
List pgsql-admin
Hi, 

I want to know if there is anyway to disallow a user from creating his own
tables. 
He should be only provided with the "SELECT" access apart from that no other
access should be available with him.

I have created a user "readonly" with no other privilege other select on
database "abc". But when I tried to connect as "readonly" he is given with
"SELECT" privilege but the problem here is he was also be able to create his
own tables in the database.

How this can be stopped? Looking forward to hear from you.

Regards,
Pavan



--
Sent from: http://www.postgresql-archive.org/PostgreSQL-admin-f2076596.html


pgsql-admin by date:

Previous
From: Achilleas Mantzios
Date:
Subject: PostgreSQL 10.5 : Strange pg_wal fill-up, solved with the shutdowncheckpoint
Next
From: Achilleas Mantzios
Date:
Subject: Re: How to revoke "Create Privilege" from a readonly user inpostgres?