Re: improve predefined roles documentation
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2024-06-13T20:11:15Z
Lists: pgsql-hackers
On Thu, Jun 13, 2024 at 01:05:33PM -0700, David G. Johnston wrote: > One of the main attributes for the GUCs is their category. If we want to > improve organization we'd need to assign categories first. We already > implicitly do so in the description section where we do group them together > and explain why - but it is all informal. But getting rid of those > groupings and descriptions and isolating each role so it can be linked to > more easily seems like a net loss in usability. What I had in mind is that we would retain these groupings. I agree that isolating roles like pg_read_all_data and pg_write_all_data would be no good. -- nathan
Commits
-
Revamp documentation for predefined roles.
- cc2236854e2b 18.0 landed
-
Introduce pg_signal_autovacuum_worker.
- ccd38024bc3c 18.0 cited