Triggers - Mailing list pgsql-novice

From Rob
Subject Triggers
Date
Msg-id Pine.LNX.4.33L2.0202111423330.18933-100000@Genesis
Whole thread Raw
Responses Re: Triggers  ("Josh Berkus" <josh@agliodbs.com>)
List pgsql-novice
I have a trigger on a table called stock_count (which has a column
barcode) which needs to update a value in a table called theoretical_stock_count on either an insert,
update or delete.  However, I need to pass the barcode of the
inserted/updated/deleted row to the function I am calling.  Is there any
way to do this?

Rob

--
He who dies with the most toys ...

                    ... still dies


pgsql-novice by date:

Previous
From: John Taylor
Date:
Subject: Re: Using indexes and keys
Next
From: Bill Triplett
Date:
Subject: C Function Question