Re: [GENERAL] Transaction logging - Mailing list pgsql-general

From Peter T Mount
Subject Re: [GENERAL] Transaction logging
Date
Msg-id Pine.LNX.4.04.9902231038290.14860-100000@maidast.retep.org.uk
Whole thread Raw
In response to Transaction logging  (Michael Davis <michael.davis@prevuenet.com>)
List 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 by date:

Previous
From: "K.T."
Date:
Subject: Re: [GENERAL] Copy a database.
Next
From: sdupille@i-france.com (Stéphane Dupille)
Date:
Subject: Re: [GENERAL] Transaction logging