Re: WAL Archive Log

Поиск
Список
Период
Сортировка
От Sam Nelson
Тема Re: WAL Archive Log
Дата
Msg-id AANLkTikM8GweYt47aHuPO_AH_dkHOMpk8bR19Ssc9=M+@mail.gmail.com
обсуждение исходный текст
Ответ на Re: WAL Archive Log  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: WAL Archive Log  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-general
Alright, well, we'll probably do something with the archive command, then, like either echoing %f to a log file or sending that to syslog (and then, after the echo, doing the actual cp or scp or rsync or whatever).  That way, we should be able to get some form of timestamp of when each WAL file is copied to the archive directory (using the archive_command), right?

Is there any way we could somehow get postgres to log a line for us, so that we get that line in the postgres log file?  Or are we going to have to use a separate file?

Thanks much.

-Sam

On Thu, Aug 26, 2010 at 5:33 PM, Alvaro Herrera <alvherre@commandprompt.com> wrote:
Excerpts from Sam Nelson's message of jue ago 26 19:24:00 -0400 2010:
> Is there a way to get postgres to write a line to the log file when it
> creates a WAL file?  We wrote a script that tries to grab the times between
> WAL file creation and ingestion without stopping to make absolutely sure
> that postgres actually logs the WAL file creation, and so we're kinda stuck
> staring at our screens and blinking.

Not currently.

WAL files are created well in advance of them being used, so perhaps
there is no point, depending on what you want to do with the
information.

File recycling (which is the usual mechanism for them being created) is
logged, sort of: it happens during checkpoint.

--
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

В списке pgsql-general по дате отправления:

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Index File locations
Следующее
От: Amitabh Kant
Дата:
Сообщение: Re: error while autovacuuming