Audit Trail
Audit Trail
От:
"Khan, Mahmood Ahram" <Mahmood.Khan@in.unisys.com>
Дата:
Hi All,
As I want to do audit on some tables for Insert Update & Delete. So I am trying to create a function.
To enable the auditing I need to create this function which I am unable to & the error below.
Can anybody help with this. Or any documentation link for this particular function. I am using Postgres 8.2.4 & Linux kernel 2.6.9
Thanks & Regards
M.AHRAM KHAN
Re: Audit Trail
От:
"Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Дата:
>>> On Mon, Aug 13, 2007 at 12:24 AM, in message , "Khan, Mahmood Ahram" wrote: > To enable the auditing I need to create this function which I am unable > to & the error below. Add a line like this after you include the PostgreSQL .h files: PG_MODULE_MAGIC; I was unable to quote the actual error in my reply. Try a different way to show it next time, please. -Kevin