General trigger function - Mailing list pgsql-sql

From GRIMOIS Eric
Subject General trigger function
Date
Msg-id 003401c211e5$9a5f1220$3d04a837@PXXXX
Whole thread Raw
List pgsql-sql
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.

What's the way to do that ?
Thanks.

Eric GRIMOIS
Analyste programmeur
SEI - CPAM du Val d'Oise



pgsql-sql by date:

Previous
From: Olaf Frączyk
Date:
Subject: Re: Unicode and escaping single quotes
Next
From: Adam
Date:
Subject: Select * (but exclude columns)