mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
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