log_filename_prefix --> log_filename + strftime()

Поиск
Список
Период
Сортировка
От Ed L.
Тема log_filename_prefix --> log_filename + strftime()
Дата
Msg-id 200408271150.16080.pgsql@bluepolka.net
обсуждение исходный текст
Ответы Re: log_filename_prefix --> log_filename + strftime()  ("Ed L." <pgsql@bluepolka.net>)
Re: log_filename_prefix --> log_filename + strftime()  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: log_filename_prefix --> log_filename + strftime()  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
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 по дате отправления:

Предыдущее
От: pgsql@mohawksoft.com
Дата:
Сообщение: Contrib Shared varaibles
Следующее
От: "Ed L."
Дата:
Сообщение: Re: log_filename_prefix --> log_filename + strftime()