Re: trigger proceedures in sql

From: "David Witham" <davidw(at)unidial(dot)com(dot)au>
To: "adivi" <adivi(at)maximizelearning(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: trigger proceedures in sql
Date: 2003-07-10 07:56:18
Message-ID: CFA248776934FD43847E740E43C346D199D788@ozimelb03.ozicom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi Adivi,

You can use PL/PgSQL functions with triggers. See chapter 19 of the programmers reference:

http://www.postgresql.org/docs/7.3/static/plpgsql-trigger.html <https://bakery:10000/man/view_doc.cgi?file=/usr/share/doc/postgresql-7.3.2/html/plpgsql-trigger.html>

regards,
David

-----Original Message-----
From: adivi [mailto:adivi(at)maximizelearning(dot)com]
Sent: Thursday, 10 July 2003 15:40
To: pgsql-sql(at)postgresql(dot)org
Subject: [SQL] trigger proceedures in sql

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.

regards
-adivi

Browse pgsql-sql by date

  From Date Subject
Next Message Richard Huxton 2003-07-10 08:24:36 Re: help yourself by helping others
Previous Message Joe Conway 2003-07-10 07:44:55 Re: Recursive request ...