From: Tatsuo Ishii Date: Mon, 19 Jun 2017 00:10:18 +0000 (+0900) Subject: Improve PostgreSQL 10.0 release note regarding pg_current_logfile(). X-Git-Tag: XL_10_R1BETA1~267^2~54 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=b4166a8df914f56b3b7d2dc1b74897e7525c5cea;p=postgres-xl.git Improve PostgreSQL 10.0 release note regarding pg_current_logfile(). Author: Yugo Nagata --- diff --git a/doc/src/sgml/release-10.sgml b/doc/src/sgml/release-10.sgml index 67d0c5499f..a5e6b144f3 100644 --- a/doc/src/sgml/release-10.sgml +++ b/doc/src/sgml/release-10.sgml @@ -960,7 +960,7 @@ Add function pg_current_logfile() - to read syslog's current stderr and csvlog output file names + to read logging collector's current stderr and csvlog output file names (Gilles Darold)