table logging

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема table logging
Дата
Msg-id CAMkU=1xN8jV2YoDz5_NC2_EBcFb31OPq69cQ4fxAkLevY40y1Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: table logging  (Julian <tempura@internode.on.net>)
Re: table logging  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
I am looking for some very simple table logging.  I am not trying to
do auditing in a hostile environment, just simple logging.

I found two candidates, tablelog from pgfoundry, and
http://wiki.postgresql.org/wiki/Audit_trigger_91plus

The first has the advantage of being simple, but hasn't been
maintained in 5 years which is a little worrisome.

The latter is very flexible, but is rather complex as you have to fish
out the data with queries against hstore object, instead of tables
with the same structure as the tables being logged.  On the other hand
it does deal with columns being added to the underlying tables more
gracefully.

Are there widely used/supported options other than these two, and of
course rolling my own?

Cheers,

Jeff


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

Предыдущее
От: Karl Denninger
Дата:
Сообщение: pg_lesslog - status?
Следующее
От: Julian
Дата:
Сообщение: Re: table logging