Triggers

Поиск
Список
Период
Сортировка
От Rob
Тема Triggers
Дата
Msg-id Pine.LNX.4.33L2.0202111423330.18933-100000@Genesis
обсуждение исходный текст
Ответы Re: Triggers  ("Josh Berkus" <josh@agliodbs.com>)
Список 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 по дате отправления:

Предыдущее
От: John Taylor
Дата:
Сообщение: Re: Using indexes and keys
Следующее
От: Bill Triplett
Дата:
Сообщение: C Function Question