doc: some fixes for environment sections in ref pages

Started by Peter Eisentrautalmost 2 years ago3 messageshackers
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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
#2Daniel Gustafsson
daniel@yesql.se
In reply to: Peter Eisentraut (#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

#3Peter Eisentraut
peter_e@gmx.net
In reply to: Daniel Gustafsson (#2)
Re: doc: some fixes for environment sections in ref pages

On 13.05.24 13:02, Daniel Gustafsson wrote:

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.

Committed, thanks.