[PATCH] Mention service key word more prominently in pg_service.conf docs
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
Attachments:
0001-Mention-the-service-key-word-more-prominently-in-the.patchtext/x-diffDownload+2-2
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