doc: some fixes for environment sections in ref pages
Started by Peter Eisentrautalmost 2 years ago3 messageshackers
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.
Attachments:
0001-doc-Remove-claims-that-initdb-and-pg_ctl-use-libpq-e.patchtext/plain; charset=UTF-8; name=0001-doc-Remove-claims-that-initdb-and-pg_ctl-use-libpq-e.patchDownload+0-14
0002-doc-Add-standard-Environment-section-to-pg_amcheck-r.patchtext/plain; charset=UTF-8; name=0002-doc-Add-standard-Environment-section-to-pg_amcheck-r.patchDownload+18-1
0003-doc-Add-standard-Environment-section-to-pg_upgrade-r.patchtext/plain; charset=UTF-8; name=0003-doc-Add-standard-Environment-section-to-pg_upgrade-r.patchDownload+98-1
Re: doc: some fixes for environment sections in ref pages
On 13 May 2024, at 10:48, Peter Eisentraut <peter@eisentraut.org> wrote:
Patches attached.
All patches look good.
I think the first one is a bug fix.
Agreed.
--
Daniel Gustafsson