Re: [SQL] Tables are not being updated Properly through Trigger

2005-08-18 Thread A. Kretschmer
am 15.08.2005, um 18:07:23 +0530 mailte Venkatesh Krishnamurthy folgendes: > We have written a trigger on insertion which is supposed to update 3 > tables with new data. We are seeing a weird thing happening with > Postgres, i.e. If we have 4 records to be updated on insertion trigger, > postgre

[SQL] Tables are not being updated Properly through Trigger

2005-08-18 Thread Venkatesh Krishnamurthy
Title: Tables are not being updated Properly through Trigger We have written a trigger on insertion which is supposed to update 3 tables with new data.  We are seeing a weird thing happening with Postgres, i.e.  If we have 4 records to be updated on insertion trigger, postgres updates the fir