Thread: full write log

full write log

From
Horst Herb
Date:
Greetings,

I need to implement a full write audit trail (every write access needs to be 
logged as a complete SQL statement with timestamp, user and host) in our 
database.

Which is the most efficient way to do this on the server side in Postgres? I 
tried to find something relevant in the documentation, but I could not find 
anything.

Horst