Triggers

Поиск
Список
Период
Сортировка
От
Тема Triggers
Дата
Msg-id smtp_461A07AE_2C79_0002.eml@mail.cmcltd.com
обсуждение исходный текст
Ответы Re: Triggers  ("Andrew Hammond" <andrew.george.hammond@gmail.com>)
Re: Triggers  ("Usama Munir" <munir.usama@gmail.com>)
Список pgsql-jobs
I have postgres sql  7.4
I have a table employee having two fields employee_number varchar(10) ,
salary(10,2);[primary key employee_number)

I want to track any change   due  update on any row on this table on this
table.

For this purpose  I have created a table call emplyee_audit having the
same structure as employee but no primary key

For this purpose I have tried to use trigger with before update option.
But as could find that Post gres does not support the :old or :new clause.
So I have not able track changes in emplyee_audit.

Kindly suggest how to accomplish the above task

Regards

Anindya Bhattacharyya
Manager SI



DISCLAIMER

“The information contained in this e-mail message and/or attachments to it may contain confidential or privileged
information.If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of
theinformation contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received
thiscommunication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the
messageand any attachments. Thank you" 

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

Предыдущее
От: "Greer Hitch"
Дата:
Сообщение: Wanted: Senior Postgres DBA for Backcountry.com
Следующее
От: "Andrew Hammond"
Дата:
Сообщение: Re: Triggers