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

Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>

From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
To: pgsql-hackers@postgresql.org
Date: 2024-09-17T09:24:33Z
Lists: pgsql-hackers

Attachments

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

Commits

  1. doc: Mention the connstring key word for PGSERVICE