doc: some fixes for environment sections in ref pages
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-05-13T08:48:53Z
Lists: pgsql-hackers
Attachments
- 0001-doc-Remove-claims-that-initdb-and-pg_ctl-use-libpq-e.patch (text/plain) patch 0001
- 0002-doc-Add-standard-Environment-section-to-pg_amcheck-r.patch (text/plain) patch 0002
- 0003-doc-Add-standard-Environment-section-to-pg_upgrade-r.patch (text/plain) patch 0003
I noticed that the reference pages for initdb and pg_ctl claim in the Environment section that libpq variables are used, which does not seem correct to me. I think this was accidentally copied when this blurb was added to other pages. While I was checking around that, I also noticed that pg_amcheck and pg_upgrade don't have Environment sections on their reference pages, so I added them. For pg_amcheck I copied the standard text for client programs. pg_upgrade has its own specific list of environment variables. Patches attached. I think the first one is a bug fix.
Commits
-
doc: Remove claims that initdb and pg_ctl use libpq environment variables
- 3566fc0150ac 12.20 landed
- 2e2b2d076ab6 13.16 landed
- b28451375252 14.13 landed
- a826021e5624 15.8 landed
- 987ab19ec926 16.4 landed
- 4f8ff6af1fdc 17.0 landed
-
doc: Add standard Environment section to pg_amcheck ref page
- cff942453f21 17.0 landed
-
doc: Add standard Environment section to pg_upgrade ref page
- 96bc29edfde9 17.0 landed