RE: [SQL] Triggers on backend

From: Sergey Bondarenko <sbon(at)scelto(dot)ts(dot)kiev(dot)ua>
To: Nicolas Boretos <nicolasb(at)maich(dot)gr>
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: RE: [SQL] Triggers on backend
Date: 1999-10-12 06:56:49
Message-ID: XFMail.991012095649.sbon@relc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Pavel Mamin 1999-10-12 07:25:56 Time of table's last changes?
Previous Message Tom Lane 1999-10-12 01:36:29 Re: [SQL] Question on Inheritance and Primary Keys.