Re: log_filename_prefix --> log_filename + strftime() - Mailing list pgsql-patches

From Ed L.
Subject Re: log_filename_prefix --> log_filename + strftime()
Date
Msg-id 200408271203.33159.pgsql@bluepolka.net
Whole thread Raw
In response to log_filename_prefix --> log_filename + strftime()  ("Ed L." <pgsql@bluepolka.net>)
List pgsql-patches
The patch is intended for 8.0.0 or later, and was generated and tested with
the cvs trunk as of 26-Aug-2004.

On Friday August 27 2004 11:50, Ed L. wrote:
> Attached is a patch which replaces the 'log_filename_prefix'
> configuration directive with a similar 'log_filename' directive.  It
> differs from the former in the following ways:
>
>     + allows embedded strftime() escapes ala Apache's rotatelogs;
>     + eliminates hard-coded embedding of the postmaster pid;
>     + makes the current hard-coded timestamp configurable;
>     + changes the default log filename to exclude the PID;
>
> This patch enables us to continue using our existing log-handling
> utilities and filenaming conventions which we now use with Apache's
> rotatelogs.


pgsql-patches by date:

Previous
From: "Ed L."
Date:
Subject: log_filename_prefix --> log_filename + strftime()
Next
From: Tom Lane
Date:
Subject: Re: log_filename_prefix --> log_filename + strftime()