Re: How to revoke "Create Privilege" from a readonly user in postgres?

From: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: How to revoke "Create Privilege" from a readonly user in postgres?
Date: 2018-11-05 12:32:35
Message-ID: 06ca3880-b33d-35d7-f040-61dbfb8c20ab@matrix.gatewaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 5/11/18 2:12 μ.μ., pavan95 wrote:
> 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.

Check out privileges you have given to PUBLIC. Those hold still for all future users.

>
> How this can be stopped? Looking forward to hear from you.
>
> Regards,
> Pavan
>
>
>
> --
> Sent from: http://www.postgresql-archive.org/PostgreSQL-admin-f2076596.html
>

--
Achilleas Mantzios
IT DEV Lead
IT DEPT
Dynacom Tankers Mgmt

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Shreeyansh Dba 2018-11-05 13:02:35 Re: How to revoke "Create Privilege" from a readonly user in postgres?
Previous Message pavan95 2018-11-05 12:12:44 Re: How to revoke "Create Privilege" from a readonly user in postgres?