Re: Trigger function, C, lookup of attribute type - Mailing list pgsql-general

From Jim Nasby
Subject Re: Trigger function, C, lookup of attribute type
Date
Msg-id 5670B539.3080405@BlueTreble.com
Whole thread Raw
In response to Trigger function, C, lookup of attribute type  (Paul <Paul@abelian.netcom.co.uk>)
List 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 by date:

Previous
From: mdaswani
Date:
Subject: Re: Support for hardware tokens for server/replication private key
Next
From: Jim Nasby
Date:
Subject: Re: How to get the size of JSONB in bytes?