Re: [SQL] Q:Update Rule - Mailing list pgsql-sql

From Sferacarta Software
Subject Re: [SQL] Q:Update Rule
Date
Msg-id 1662.980921@bo.nettuno.it
Whole thread Raw
In response to Q:Update Rule  ("Detlef Boddin S/N O.21" <boddin@teleport.de>)
List pgsql-sql
Hello Detlef,

lunedì, 21 settembre 98, you wrote:

DBSNO2>  I want  to save the user and date in a row when the user changed it.
DBSNO2> If I use an update rule, how can I prevent a loop ?

DBSNO2> Bad example:

DBSNO2> create rule  r_changed
DBSNO2>     as on update to requesttable
DBSNO2>     do update requesttable
DBSNO2>         set changed_by = current_user,
DBSNO2>                date_of_last_change = current_date;


DBSNO2> What is better ?

There's an example in the directory
pgsql/contrib/spi/insert_username.* that insert the
username when the user update or insert a row into the table.
I modified this example to insert CURRENT_USER and CURRENT_TIMESTAMP
into the row.
It is very sample to implement but if you want I may send it to you.

                        Jose'



pgsql-sql by date:

Previous
From: "Detlef Boddin S/N O.21"
Date:
Subject: Q:Update Rule
Next
From: "Deslippe, Michael"
Date:
Subject: subscribe sql