Re: Possibility to disable `ALTER SYSTEM` - Mailing list pgsql-hackers

From Jelte Fennema-Nio
Subject Re: Possibility to disable `ALTER SYSTEM`
Date
Msg-id CAGECzQQ5CaNo=JnL5_sxFCmyV8_76A9L7X-hRQYzhGLpJYzt4Q@mail.gmail.com
Whole thread Raw
In response to Re: Possibility to disable `ALTER SYSTEM`  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Possibility to disable `ALTER SYSTEM`
List pgsql-hackers
On Mon, 25 Mar 2024 at 20:16, Bruce Momjian <bruce@momjian.us> wrote:
> I am wondering if the fact that you would be able to do:
>
>         ALTER SYSTEM SET externally_managed_configuration = false
>
> and then be unable to use ALTER SYSTEM to revert the change is
> significant.

This is not possible, due to the externally_managed_configuration GUC
having the GUC_DISALLOW_IN_AUTO_FILE flag.

> Isn't "configuration" too generic a term for disabling ALTER SYSTEM?

maybe "externally_managed_auto_config"



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Why is parula failing?
Next
From: David Rowley
Date:
Subject: Re: Add bump memory context type and use it for tuplesorts