aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2015-01-03 13:18:54 +0100
committerMagnus Hagander <magnus@hagander.net>2015-01-03 13:18:54 +0100
commitf9769c719f7811146e8aafbd0ff6c666b128ecce (patch)
tree11a815a73c82108b95fd5836ae34dfd184263d0b
parent7161b082bd9fc51e67a1031ea9d0313e8a48286b (diff)
downloadpostgresql-f9769c719f7811146e8aafbd0ff6c666b128ecce.tar.gz
postgresql-f9769c719f7811146e8aafbd0ff6c666b128ecce.zip
Make path to pg_service.conf absolute in documentation
The system file is always in the absolute path /etc/, not relative. David Fetter
-rw-r--r--doc/src/sgml/libpq.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index d829a4b9d55..de272c5c53d 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -6952,7 +6952,7 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
at <filename>~/.pg_service.conf</filename> or the location
specified by the environment variable <envar>PGSERVICEFILE</envar>,
or it can be a system-wide file
- at <filename>etc/pg_service.conf</filename> or in the directory
+ at <filename>/etc/pg_service.conf</filename> or in the directory
specified by the environment variable
<envar>PGSYSCONFDIR</envar>. If service definitions with the same
name exist in the user and the system file, the user file takes