]> granicus.if.org Git - postgresql/commit
Replace log_filename_prefix with more general log_filename parameter,
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 Aug 2004 04:53:44 +0000 (04:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 31 Aug 2004 04:53:44 +0000 (04:53 +0000)
commit8c603f2c95e34f8c06994c0454779b76e7f6c012
treeda59ab331f2c160f85f5ec5ada37cb9dd5809f63
parent25aba1cafd733bfc9fc6128fc6d31db7c1e82b34
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.
doc/src/sgml/runtime.sgml
src/backend/postmaster/syslogger.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/include/postmaster/syslogger.h