Replace log_filename_prefix with more general log_filename parameter,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8c603f2c95e34f8c06994c0454779b76e7f6c012
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-08-31T04:53:44Z
Releases: 8.0.0
Replace log_filename_prefix with more general log_filename parameter,
to allow DBA to choose the form in which log filenames reflect the
current time.  Also allow for truncating instead of appending to
pre-existing files --- this is convenient when the log filename pattern
rewrites the same names cyclically.  Per Ed L.

Files