Re: Loggin a user who changed something in cetain table - Mailing list pgsql-students

From Robert Treat
Subject Re: Loggin a user who changed something in cetain table
Date
Msg-id 200808011555.21627.xzilla@users.sourceforge.net
Whole thread Raw
In response to Loggin a user who changed something in cetain table  (oca@mvc.edu.ph)
List pgsql-students
On Thursday 31 July 2008 18:26:11 oca@mvc.edu.ph wrote:
> hi,
>
> how can i logged users activity in the table where he is manipulating
> someting?
>
> like if i have a table:
>
> Table: charge_rates
>         Field1, Field2, Field3, user, time
>
> when a user login to postgre and manipulated (INSERT or UPDATE)
> something on that table, is there a way that i can record it in that
> table and specifically put the username on the record he changed?
>

http://pgfoundry.org/projects/tablelog/
http://andreas.scherbaum.la/blog/archives/100-Log-Table-Changes-in-PostgreSQL-with-tablelog.html
HTH

--
Robert Treat
Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL

pgsql-students by date:

Previous
From: oca@mvc.edu.ph
Date:
Subject: Loggin a user who changed something in cetain table
Next
From: oca@mvc.edu.ph
Date:
Subject: Problem accessing View in VB6