update within trigger function

From: "Mark Steben" <msteben(at)autorevenue(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: update within trigger function
Date: 2007-07-23 18:05:20
Message-ID: 001501c7cd54$089c33b0$b501a8c0@D1RPQZB1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello listers,

We have 'table a' which has defined to it an 'after insert or update'
trigger function

That inserts to 'table b', obviously for every update or insert of table a.
The challenge

I have now is to update a new date column on 'table a' with a value coming
out of

Another inhouse written function within the trigger function. But I cannot
use the UPDATE

statement within the update trigger function for fear of an infinite loop.

All I need to do is to populate the date field of the row that is currently
being processed by the trigger function.

Is there a command within plpgsql that can help me with this?

This seems like an elementary question, but I am a very elementary user of

Postgres functions. Thank you for your time,

Mark Steben

Senior Database Administrator
@utoRevenueT
A Dominion Enterprises Company
480 Pleasant Street
Suite B200
Lee, MA 01238
413-243-4800 Home Office
413-243-4809 Corporate Fax

msteben <blocked::mailto:name(at)autorevenue(dot)com> @autorevenue.com

Visit our new website at
<blocked::http://www.autorevenue.com/> www.autorevenue.com

IMPORTANT: The information contained in this e-mail message is confidential
and is intended only for the named addressee(s). If the reader of this
e-mail message is not the intended recipient (or the individual responsible
for the delivery of this e-mail message to the intended recipient), please
be advised that any re-use, dissemination, distribution or copying of this
e-mail message is prohibited. If you have received this e-mail message in
error, please reply to the sender that you have received this e-mail message
in error and then delete it. Thank you.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Jessica Richard 2007-07-23 18:33:54 varchar vs text columns
Previous Message Jessica Richard 2007-07-23 17:11:54 Re: "_" in a serach pattern