Doc: improve explanation of when custom GUCs appear in pg_settings.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 44a51dc990cc39fcd5ae6359bf1e27bd6699449b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-09-10T20:42:25Z
Releases: 15.0
Doc: improve explanation of when custom GUCs appear in pg_settings.

Be more clear about when and how an extension-defined GUC comes to be
visible in pg_settings.  (Move the para to the bottom of the page, too;
whoever thought this point was more important than the para about the
view being updatable had odd priorities IMNSHO.)

Back-patch to v15 where archive modules were added, since that seems
to have made this more of a sore spot than it was before.

Benoit Lobréau, Nathan Bossart

Discussion: https://postgr.es/m/CAPE8EZ7KHaXMHKwT=HOim23tDVKYA1PruRuTfeYdCrYWwPGhag@mail.gmail.com

Files

PathChange+/−
doc/src/sgml/system-views.sgml modified +15 −5

Documentation touched

Discussion