Re: [PATCH] Mention service key word more prominently in pg_service.conf docs

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2024-09-17T09:37:15Z
Lists: pgsql-hackers
> 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




Commits

  1. doc: Mention the connstring key word for PGSERVICE