Re: Possibility to disable `ALTER SYSTEM`
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Maciek Sakrejda <m.sakrejda@gmail.com>
Cc: Jelte Fennema-Nio <postgres@jeltef.nl>,
Daniel Gustafsson <daniel@yesql.se>, Bruce Momjian <bruce@momjian.us>, Tom Lane <tgl@sss.pgh.pa.us>,
Joel Jacobson <joel@compiler.org>, Andrew Dunstan <andrew@dunslane.net>, Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Magnus Hagander <magnus.hagander@redpill-linpro.com>
Date: 2024-03-18T17:27:43Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add allow_alter_system GUC.
- d3ae2a24f265 17.0 landed
-
Rename COMPAT_OPTIONS_CLIENT to COMPAT_OPTIONS_OTHER.
- de7e96bd0fc6 17.0 landed
-
Remove support for version-0 calling conventions.
- 5ded4bd21403 10.0 cited
On Mon, Mar 18, 2024 at 12:19 PM Maciek Sakrejda <m.sakrejda@gmail.com> wrote: > +1 on Version and Platform Compatibility. Maybe it just needs a new > subsection there? This is for compatibility with a "deployment > platform". The "Platform and Client Compatibility" subsection has just > one entry, so a new subsection with also just one entry seems > defensible, maybe just "Deployment Compatibility"? I think it's also > plausible that there will be other similar settings for managed > deployments in the future. Right, we're adding this because of environments like Kubernetes, which isn't a version, but it is a platform, or at least a deployment mode, which is why I thought of that section. I think for now we should just file this under "Other platforms and clients," which only has one existing setting. If the number of settings of this type grows, we can split it out. > Do we really want to break that pattern? Using enable_* as code for "this is a planner GUC" is a pretty stupid pattern, honestly, but I agree with you that it's long-established and we probably shouldn't deviate from it lightly. Perhaps just rename to allow_alter_system? -- Robert Haas EDB: http://www.enterprisedb.com