trigger is holding up the data - Mailing list pgsql-general

From Nate Haggard
Subject trigger is holding up the data
Date
Msg-id 4.3.2.7.0.20011228160535.01dee6f8@pop.wordplace.com
Whole thread Raw
List pgsql-general
I have a database with multiple tables.  I have a trigger set on the event
table.  When events occur a tuple is inserted into event and the trigger is
activated.  In the trigger program I also want to look up data in other
tables based on the data inserted into the event table.  Usually the data I
want to see from the other tables does not exist until the trigger program
has exited.  How can I make the trigger activate only after all tables in
the database have been changed.  It would still trigger on new events, but
it wouldn't run the program till all the tables that needed to be updated
were updated.

Thanks
Nate


pgsql-general by date:

Previous
From: "Jeffrey W. Baker"
Date:
Subject: Re: postgres processes spending most of their time in the
Next
From: Thomas Lockhart
Date:
Subject: date/time formats in 7.2