Triggers on backend - Mailing list pgsql-sql

From Nicolas Boretos
Subject Triggers on backend
Date
Msg-id 38022ECE.79D26D80@maich.gr
Whole thread Raw
Responses RE: [SQL] Triggers on backend  (Sergey Bondarenko <sbon@scelto.ts.kiev.ua>)
List pgsql-sql
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


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: [SQL] Question on Inheritance and Primary Keys.
Next
From: Sergey Bondarenko
Date:
Subject: RE: [SQL] Triggers on backend