Re: [GENERAL] Transaction logging

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: [GENERAL] Transaction logging
Дата
Msg-id Pine.LNX.4.04.9902231038290.14860-100000@maidast.retep.org.uk
обсуждение исходный текст
Ответ на Transaction logging  (Michael Davis <michael.davis@prevuenet.com>)
Список pgsql-general
On Mon, 22 Feb 1999, Michael Davis wrote:

> Has anyone implemented transaction logging in Postgres?  Any suggestions on
> how to easily implement transaction logging?  Storing the log file in a text
> file seems best but I am not sure out to open and write to a text file from
> a trigger.  I would also be nice to post this transaction log against a back
> up server.

Just a quick thought, but how about using syslog? That can be used to post
queries to a remote server, and it can be told to store the "postgres"
stuff to a seperate file on that server.

Just an idea...

--
       Peter T Mount peter@retep.org.uk
      Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
 Java PDF Generator: http://www.retep.org.uk/pdf


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

Предыдущее
От: "K.T."
Дата:
Сообщение: Re: [GENERAL] Copy a database.
Следующее
От: sdupille@i-france.com (Stéphane Dupille)
Дата:
Сообщение: Re: [GENERAL] Transaction logging