Select Column Auditing/Logging

Поиск
Список
Период
Сортировка
От Jeremy Brown
Тема Select Column Auditing/Logging
Дата
Msg-id 622698.22770.qm@web110703.mail.gq1.yahoo.com
обсуждение исходный текст
Ответы Re: Select Column Auditing/Logging
Список pgsql-general
Hello,

I've tried searching around the net for a feature that would allow me to audit to a table or log select queries against
acertain column in a table.  In fact, I haven't been able to find a way to log selects to a specific table, just
loggingall queries. 

It seems that PostgreSQL can audit INSERT, UPDATE, DELETE, and TRUNCATE through the use of triggers.  But SELECT
triggersare unsupported (it does suggest perhaps using RULES). 

Has anyone attempted to implement conditional select based logging, even through RULES?  I think Oracle has a feature
called"Fine Grained Auditing" that has a ton of features that I don't really need, just what's described above in
particular.

P.S. The log would just need the user, time, and query.

TIA,

Jeremy Brown




В списке pgsql-general по дате отправления:

Предыдущее
От: Andrew Klaassen
Дата:
Сообщение: table.column in query results?
Следующее
От: "Knut P. Lehre"
Дата:
Сообщение: 8.4.0 installer for Windows from EnterpriseDB does not seem to include pgagent