Re: Triggers in Postgres - Mailing list pgsql-general

From Richard Huxton
Subject Re: Triggers in Postgres
Date
Msg-id 44CE2EDD.8000100@archonet.com
Whole thread Raw
In response to Re: Triggers in Postgres  ("Jasbinder Bali" <jsbali@gmail.com>)
List pgsql-general
Jasbinder Bali wrote:
> Actually Postgres manual of triggers says that in postgres, you can't
> write a trigger in conventional sql. You have to write it in a
> procedural language like C. So wanted some more insight on it.

See chapters 35 - 39 of the manual for details. In particular a
discussion of plpgsql and an example of writing a trigger using it.

http://www.postgresql.org/docs/8.1/static/plpgsql.html

There are other procedural languages available too: php, ruby, shell, R,
all of various levels of maturity and with different features.
--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Christian Kastner
Date:
Subject: pg_xlog not cleaned up
Next
From: Richard Huxton
Date:
Subject: Re: Antw: Re: Query questions