Re: trigger proceedures in sql

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: adivi <adivi(at)maximizelearning(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: trigger proceedures in sql
Date: 2003-07-10 15:47:57
Message-ID: Pine.LNX.4.33.0307100945250.10734-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thu, 10 Jul 2003, adivi wrote:

> hi,
>
> can trigger proceedures ( procedures to be executed from within a trigger )
> not be written in sql.
>
> i was looking for examples and can find proceedures in 'c' only.

they can be written in pl/pgsql for sure, as I've written a few. :-)

Here's the section in the developer docs on triggers in plpgsql:

http://developer.postgresql.org/docs/postgres/plpgsql-trigger.html

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jonathan Gardner 2003-07-10 19:14:22 Re: help yourself by helping others
Previous Message scott.marlowe 2003-07-10 15:36:50 Re: substr_count