PostgreSQL Project

From: hyip(at)site(dot)uottawa(dot)ca
To: pgsql-hackers(at)postgresql(dot)org
Cc: "Iluju Kiringa" <kiringa(at)site(dot)uottawa(dot)ca>
Subject: PostgreSQL Project
Date: 2004-07-08 22:47:45
Message-ID: 4050.127.0.0.1.1089326865.squirrel@www.site.uottawa.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dear Sir:

I am a graduate student of computer science at University of Ottawa.
Professor Kiringa is my supervisor.

Currently, I am working on a group project. As part of the project, I
would like to implement a new feature for the trigger creation in
PostgreSQL, which defines aliases for the "old" and "new" data by adding
the REFERENCING clause to the CREATE TRIGGER statement. This new feature
will provide access to the OLD data in the database before modification
and to the NEW data after modification.

Would you please give me your advice on the implementation?

Look forward to your reply. Please also CC your reply to Professor
Kiringa. (kiringa(at)site(dot)uottawa(dot)ca)

Thanks and Best Regards,

Hung Yip
Computer Science
University of Ottawa

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message robert kernell 2004-07-08 23:23:13 Want to Contribute
Previous Message Bruce Momjian 2004-07-08 21:56:55 Re: Nested Transactions, Abort All