RE: [SQL] Triggers on backend - Mailing list pgsql-sql

From Sergey Bondarenko
Subject RE: [SQL] Triggers on backend
Date
Msg-id XFMail.991012095649.sbon@relc.com
Whole thread Raw
In response to Triggers on backend  (Nicolas Boretos <nicolasb@maich.gr>)
List pgsql-sql
You should use PL/pgSQL or PL/TCL language to to this.
I'm using it alot. It works. Read the dox.

On 11-Oct-99 Nicolas Boretos wrote:
> Hello,
> 
> I would like to move triggers from the client side of my app to the
> backend but am confused as how to do it, particularly with the
> "function" switch on the trigger creation. The docs say a user defined
> "c" function but I only want to run some updates to my tables (sql
> statements).
> Can someone give a concrete example of this?
> 
> Sincerely,
> Nicolas Boretos
> 
> ************

Sergey Bondarenko
Relcom-Ukraine system administrator



pgsql-sql by date:

Previous
From: Nicolas Boretos
Date:
Subject: Triggers on backend
Next
From: Pavel Mamin
Date:
Subject: Time of table's last changes?