From 232d14993dac215571fbc152368913c3fb0cfc90 Mon Sep 17 00:00:00 2001 From: David Steele Date: Thu, 16 Jul 2020 12:45:24 -0400 Subject: [PATCH] Fix CentOS path for PostgreSQL >= 10 logs in user guide. Debian worked since logs default to another location, but CentOS/RHEL on PostgreSQL >= 10 requires the new location. --- doc/xml/user-guide.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/xml/user-guide.xml b/doc/xml/user-guide.xml index 96b033f8f..8f6362ef1 100644 --- a/doc/xml/user-guide.xml +++ b/doc/xml/user-guide.xml @@ -123,7 +123,8 @@ {[pg-home-path]}/.pgpass /var/log/postgresql/postgresql-{[pg-version]}-{[postgres-cluster-demo]}.log - {[pg-path]}/pg_log/postgresql.log + {[pg-path]}/pg_log/postgresql.log + {[pg-path]}/log/postgresql.log /var/lib/pgsql/{[pg-version]}/pgstartup.log