Re: Storing old and new tuple values after an UPDATE, INSERT or DELETE

From: rmd22 <rohit(dot)dhamane(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Storing old and new tuple values after an UPDATE, INSERT or DELETE
Date: 2010-11-17 15:37:09
Message-ID: 1290008229144-3269213.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Yes I have tried it with triggers but I have to do it without using triggers.
Since in my workplace someone has already done that and for some reason (may
be because triggers are expensive i suppose...not sure though), hence they
want me to do it by modifying the source code.
--
View this message in context: http://postgresql.1045698.n5.nabble.com/Storing-old-and-new-tuple-values-after-an-UPDATE-INSERT-or-DELETE-tp3269108p3269213.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andreas Kretschmer 2010-11-17 15:37:28 Re: Storing old and new tuple values after an UPDATE, INSERT or DELETE
Previous Message Derrick Rice 2010-11-17 15:36:52 Re: Survey on backing up unlogged tables: help us with PostgreSQL development!