Обсуждение: Audit Trail

Поиск
Список
Период
Сортировка

Audit Trail

От
"Khan, Mahmood Ahram"
Дата:

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"
Дата:
>>> On Mon, Aug 13, 2007 at 12:24 AM, in message
<D566E8CF3538B54D95B925CB69CB4D2A060DB168@inblr-exch1.eu.uis.unisys.com>,
"Khan, Mahmood Ahram" <Mahmood.Khan@in.unisys.com> 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