Skip to content

Commit 1b4d52c

Browse files
doc: Mention the connstring key word for PGSERVICE
The documentation for the connection service file was mentioning the environment variable early but not the connection string key word until the last sentence and only then in an example. This adds the keyword in the first paragraph to make it clearer Author: Dagfinn Ilmari Mannsåker <[email protected]> Discussion: https://postgr.es/m/[email protected]
1 parent cf4401f commit 1b4d52c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/libpq.sgml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9318,7 +9318,8 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
93189318
<para>
93199319
The connection service file allows libpq connection parameters to be
93209320
associated with a single service name. That service name can then be
9321-
specified in a libpq connection string, and the associated settings will be
9321+
specified using the <literal>service</literal> key word
9322+
in a libpq connection string, and the associated settings will be
93229323
used. This allows connection parameters to be modified without requiring
93239324
a recompile of the libpq-using application. The service name can also be
93249325
specified using the <envar>PGSERVICE</envar> environment variable.

0 commit comments

Comments
 (0)