Skip to content

Commit 07bec31

Browse files
committed
Make path to pg_service.conf absolute in documentation
The system file is always in the absolute path /etc/, not relative. David Fetter
1 parent 5f8fe02 commit 07bec31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6331,7 +6331,7 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
63316331
at <filename>~/.pg_service.conf</filename> or the location
63326332
specified by the environment variable <envar>PGSERVICEFILE</envar>,
63336333
or it can be a system-wide file
6334-
at <filename>etc/pg_service.conf</filename> or in the directory
6334+
at <filename>/etc/pg_service.conf</filename> or in the directory
63356335
specified by the environment variable
63366336
<envar>PGSYSCONFDIR</envar>. If service definitions with the same
63376337
name exist in the user and the system file, the user file takes

0 commit comments

Comments
 (0)