Re: [ADMIN] [SQL] parsing audit table

2011-08-28 Thread Jan Eskilsson
Hi Jamie & All I experimented a bit with the audit function and i added a field to the audit table where i store which table the audit record originates from. I was thinking it should be possible to to pare the hstore fields using populate_record to its original form using the original table defi

Re: [SQL] parsing audit table

2011-08-16 Thread Jaime Casanova
On Tue, Aug 16, 2011 at 4:02 PM, M. D. wrote: > Hi everyone, > > I'm a bit lazy, or actually in a bit of a crunch.  I added an audit > recording a few months ago, but never really used it much, but today I'm > seeing a bunch of suspicious activity by one user.  Does someone have any > function to

[SQL] parsing audit table

2011-08-16 Thread M. D.
Hi everyone, I'm a bit lazy, or actually in a bit of a crunch. I added an audit recording a few months ago, but never really used it much, but today I'm seeing a bunch of suspicious activity by one user. Does someone have any function to quickly parse this data? I followed this: http://wik