Thread
Commits
-
doc: Mention the connstring key word for PGSERVICE
- 1b4d52c3556b 18.0 landed
-
[PATCH] Mention service key word more prominently in pg_service.conf docs
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> — 2024-09-17T09:24:33Z
Hi hackers, I just noticed that the docs for pg_service.conf (https://www.postgresql.org/docs/current/libpq-pgservice.html) don't mention the actual key word to use in the libpq connection string until the example in the last sentence, but it mentions the env var in the first paragraph. Here's a patch to make the key word equally prominent. - ilmari
-
Re: [PATCH] Mention service key word more prominently in pg_service.conf docs
Daniel Gustafsson <daniel@yesql.se> — 2024-09-17T09:37:15Z
> On 17 Sep 2024, at 11:24, Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> wrote: > I just noticed that the docs for pg_service.conf > (https://www.postgresql.org/docs/current/libpq-pgservice.html) don't > mention the actual key word to use in the libpq connection string until > the example in the last sentence, but it mentions the env var in the > first paragraph. Here's a patch to make the key word equally prominent. Fair point, that seems like a good change, will apply. -- Daniel Gustafsson