logging

From: Nabil Sayegh <nas(at)e-trolley(dot)de>
To: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: logging
Date: 2003-08-21 22:30:29
Message-ID: 1061505029.9540.9.camel@billy
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-novice by date

  From Date Subject
Next Message Nabil Sayegh 2003-08-21 22:41:14 logging
Previous Message David Olbersen 2003-08-21 21:17:18 Re: Help with plpgsql