Re: system variable can be edited by all user?

From: Pierre Forstmann <pierre(dot)forstmann(at)gmail(dot)com>
To: chris navarroza <canavarroza(dot)work(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: system variable can be edited by all user?
Date: 2022-11-26 09:14:03
Message-ID: CAM-sOH-eEC69+f-znsWwtOCrYsvN3DTGJkcssNYL4Pjm7viKow@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

You ccan try to use my extension pg_set_acl:
https://github.com/pierreforstmann/pg_set_acl

Le mar. 22 nov. 2022 à 09:07, chris navarroza <canavarroza(dot)work(at)gmail(dot)com>
a écrit :

> Hi,
>
> Ive created a read only user (SELECT PRIVILEGE) but it turns out that this
> user can do this queries: SHOW work_mem; SET work_mem='40MB'; How do I
> limit him?
>
> Thanks,
>
> Butching
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrus 2022-11-26 16:06:05 WAL contains references to invalid pages in hot standby
Previous Message Ron 2022-11-26 07:33:15 Re: Practical maximum max_locks_per_transaction?