Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1332bbb

Browse files
committed
doc: Improve claim about location of pg_service.conf
The previous wording claimed that the file was always in /etc, but of course this varies with the installation layout. Write instead that it can be found via `pg_config --sysconfdir`. Even though this is still somewhat incorrect because it doesn't account of moved installations, it at least conveys that the location depends on the installation.
1 parent 21fe4e2 commit 1332bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/libpq.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6957,7 +6957,7 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
69576957
at <filename>~/.pg_service.conf</filename> or the location
69586958
specified by the environment variable <envar>PGSERVICEFILE</envar>,
69596959
or it can be a system-wide file
6960-
at <filename>/etc/pg_service.conf</filename> or in the directory
6960+
at <filename>`pg_config --sysconfdir`/pg_service.conf</filename> or in the directory
69616961
specified by the environment variable
69626962
<envar>PGSYSCONFDIR</envar>. If service definitions with the same
69636963
name exist in the user and the system file, the user file takes

0 commit comments

Comments
 (0)