pgsql: Remove obsolete example of CSV log file name from log_filename d

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove obsolete example of CSV log file name from log_filename d
Date: 2014-06-26 05:47:26
Message-ID: E1X02Ws-0006V9-BL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove obsolete example of CSV log file name from log_filename document.

7380b63 changed log_filename so that epoch was not appended to it
when no format specifier is given. But the example of CSV log file name
with epoch still left in log_filename document. This commit removes
such obsolete example.

This commit also documents the defaults of log_directory and
log_filename.

Backpatch to all supported versions.

Christoph Berg

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/de42ed401a9622917b09f549d80946dda35c5f3f

Modified Files
--------------
doc/src/sgml/config.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-06-26 07:39:01 Re: pgsql: Do all-visible handling in lazy_vacuum_page() outside its critic
Previous Message Tom Lane 2014-06-25 22:25:48 pgsql: Rationalize error messages within jsonfuncs.c.