logging - Mailing list pgsql-novice

From Nabil Sayegh
Subject logging
Date
Msg-id 1061505029.9540.9.camel@billy
Whole thread Raw
List pgsql-novice
Hi,

for my next project I need to have a protocol of what _exactly_ has been
done with the db.

There are several possibilities now for me:
1. Enhance the database abstraction layer of my application, so that
each insert, update, delete gets logged.
That is easy but not exact:

e.g.
INSERT INTO table VALUES (now());
or
INSERT INTO table values (random());


--
 e-Trolley Sayegh & John, Nabil Sayegh
 Tel.: 0700 etrolley /// 0700 38765539
 Fax.: +49 69 8299381-8
 PGP : http://www.e-trolley.de


pgsql-novice by date:

Previous
From: Luis Hernán Otegui
Date:
Subject: Clusters and pgsql
Next
From: dalgoda@ix.netcom.com (Mike Castle)
Date:
Subject: Re: Clusters and pgsql