Thread
Commits
-
doc: Add section "Options" for pg_controldata
- ee465848846e 19 (unreleased) landed
-
DOCS - Add an "Options" section for pg_controldata
Peter Smith <smithpb2250@gmail.com> — 2026-02-17T22:37:55Z
Hi. The pg_controdata docs page [1] does not have an "Options" section, making it strangely different from every other Server Application. Added an "Options" section for consistency. (patch uses wording borrowed from initdb) PSA patch for the same. ====== [1] https://www.postgresql.org/docs/devel/app-pgcontroldata.html Kind Regards, Peter Smith. Fujitsu Australia
-
Re: DOCS - Add an "Options" section for pg_controldata
Andreas Karlsson <andreas@proxel.se> — 2026-02-19T03:49:13Z
On 2/17/26 11:37 PM, Peter Smith wrote: > The pg_controdata docs page [1] does not have an "Options" section, > making it strangely different from every other Server Application. > > Added an "Options" section for consistency. (patch uses wording > borrowed from initdb) The changes look good and are consistent with many other commands like for example pg_checksums. A clear improvement in consistency. -- Andreas Karlsson Percona
-
Re: DOCS - Add an "Options" section for pg_controldata
Michael Paquier <michael@paquier.xyz> — 2026-02-22T06:19:29Z
On Thu, Feb 19, 2026 at 04:49:13AM +0100, Andreas Karlsson wrote: > The changes look good and are consistent with many other commands like for > example pg_checksums. A clear improvement in consistency. Aye. I can get behind that as well. That looks also like an improvement here. -- Michael
-
Re: DOCS - Add an "Options" section for pg_controldata
Peter Smith <smithpb2250@gmail.com> — 2026-03-09T02:04:06Z
Thanks for pushing! I have marked the corresponding CF entry as "Committed". ====== Kind Regards, Peter Smith. Fujitsu Australia.