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: REL_10_BETA2~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4166a8df914f56b3b7d2dc1b74897e7525c5cea;p=thirdparty%2Fpostgresql.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 67d0c5499fc..a5e6b144f3d 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)