Re: Trigger function, C, lookup of attribute type

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: Trigger function, C, lookup of attribute type
Дата
Msg-id 5670B539.3080405@BlueTreble.com
обсуждение исходный текст
Ответ на Trigger function, C, lookup of attribute type  (Paul <Paul@abelian.netcom.co.uk>)
Список pgsql-general
On 12/15/15 4:42 AM, Paul wrote:
> I'm writing a trigger procedure in C to catch updates to a
> table and write them to a log file.

You might find https://github.com/arkhipov/temporal_tables useful.

Though, if you just want to log things to a file, you should check out
http://pgaudit.org/.
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com


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

Предыдущее
От: mdaswani
Дата:
Сообщение: Re: Support for hardware tokens for server/replication private key
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: How to get the size of JSONB in bytes?