Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1b4d52c

Browse files
doc: Mention the connstring key word for PGSERVICE
The documentation for the connection service file was mentioningthe environment variable early but not the connection string keyword until the last sentence and only then in an example. Thisadds the keyword in the first paragraph to make it clearerAuthor: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>Discussion:https://postgr.es/m/87r09ibpke.fsf@wibble.ilmari.org
1 parentcf4401f commit1b4d52c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp