Re: [GENERAL] capturing and storing query statement with rules

2003-06-24 Thread Mike Benoit
http://gborg.postgresql.org/project/tablelog/download/download.php or http://gborg.postgresql.org/project/audittrail/download/download.php?branch=devel I haven't used either, but table_log seems to be one that I may start using in the near future. On Tue, 2003-06-24 at 13:17, Andrew Gould wrot

Re: [GENERAL] capturing and storing query statement with rules

2003-06-24 Thread Mike Mascari
Joe Conway wrote: > Guillaume LELARGE wrote: > >> Le Mardi 24 Juin 2003 20:17, Andrew Gould a écrit : >> >>> I would like to create a audit log of update and >>> delete queries against a table. I want the log on the >>> server side, since access will be done using various >>> clients via ODBC.

Re: [GENERAL] capturing and storing query statement with rules

2003-06-24 Thread Joe Conway
Guillaume LELARGE wrote: Le Mardi 24 Juin 2003 20:17, Andrew Gould a écrit : I would like to create a audit log of update and delete queries against a table. I want the log on the server side, since access will be done using various clients via ODBC. I would like to capture the user, current date

Re: [GENERAL] capturing and storing query statement with rules

2003-06-24 Thread Guillaume LELARGE
Le Mardi 24 Juin 2003 20:17, Andrew Gould a écrit : > I would like to create a audit log of update and > delete queries against a table. I want the log on the > server side, since access will be done using various > clients via ODBC. I would like to capture the user, > current datetime and the qu

[GENERAL] capturing and storing query statement with rules

2003-06-24 Thread Andrew Gould
I would like to create a audit log of update and delete queries against a table. I want the log on the server side, since access will be done using various clients via ODBC. I would like to capture the user, current datetime and the query statement. My thought was to accomplish this by creating