Re: A single escape required for log_filename - Mailing list pgsql-hackers

From Tom Lane
Subject Re: A single escape required for log_filename
Date
Msg-id 1533.1231881634@sss.pgh.pa.us
Whole thread Raw
In response to A single escape required for log_filename  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: A single escape required for log_filename
Re: A single escape required for log_filename
List pgsql-hackers
"Joshua D. Drake" <jd@commandprompt.com> writes:
> When I set it up, it automatically appended the time so I got:
> postgresql.log.1231878270
> That seems a bit, well wrong. If I say I want postgresql.log I should
> get postgresql.log.

You'd probably reconsider around the time the log file filled your disk.
You really *don't* want a single fixed filename, you want some kind of
rotation series.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: A single escape required for log_filename
Next
From: "Robert Haas"
Date:
Subject: Re: A single escape required for log_filename