Re: General trigger function
| От | Jan Wieck |
|---|---|
| Тема | Re: General trigger function |
| Дата | |
| Msg-id | 3D07AFC5.8F5413BF@Yahoo.com обсуждение исходный текст |
| Ответ на | General trigger function ("GRIMOIS Eric" <eric.grimois@cpam-cergypontoise.cnamts.fr>) |
| Ответы |
Re: General trigger function
|
| Список | pgsql-sql |
GRIMOIS Eric wrote: > > Hi all > > I read in the doc than a same function can be used for several triggers. > I tried to create a function who updates a field with a timestamp and > another field with the user name. This function is fired by triggers in > several tables. > It only works if updated fields have same names in all tables. I failed to > create a function where fields names are parameters of the function. You could do that with the EXECUTE functionality. But that causes *every* execution of these statemets not beeing cacheable, so it'll have an impact on performance. Jan > > What's the way to do that ? > Thanks. > > Eric GRIMOIS > Analyste programmeur > SEI - CPAM du Val d'Oise > > ---------------------------(end of broadcast)--------------------------- > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org -- #======================================================================# # It's easier to get forgiveness for being wrong than for being right. # # Let's break this rule - forgive me. # #================================================== JanWieck@Yahoo.com #
В списке pgsql-sql по дате отправления: