Thread
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
-
doc: some fixes for environment sections in ref pages
Peter Eisentraut <peter@eisentraut.org> — 2024-05-13T08:48:53Z
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.
-
Re: doc: some fixes for environment sections in ref pages
Daniel Gustafsson <daniel@yesql.se> — 2024-05-13T11:02:46Z
> 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
-
Re: doc: some fixes for environment sections in ref pages
Peter Eisentraut <peter@eisentraut.org> — 2024-05-15T11:24:42Z
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.