diff options
author | Magnus Hagander <magnus@hagander.net> | 2015-01-03 13:18:54 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2015-01-03 13:18:54 +0100 |
commit | f9769c719f7811146e8aafbd0ff6c666b128ecce (patch) | |
tree | 11a815a73c82108b95fd5836ae34dfd184263d0b | |
parent | 7161b082bd9fc51e67a1031ea9d0313e8a48286b (diff) | |
download | postgresql-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.sgml | 2 |
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 |