Re: No of triggers of one single table - Mailing list pgsql-general

From Alban Hertroys
Subject Re: No of triggers of one single table
Date
Msg-id 461B4515.80306@magproductions.nl
Whole thread Raw
In response to No of triggers of one single table  ("Harpreet Dhaliwal" <harpreet.dhaliwal01@gmail.com>)
List pgsql-general
Harpreet Dhaliwal wrote:
> Hi,
> Can i have more than one trigger on one single table. Actually I want 2
> different events to take place simultaneously and independently after
> insert.

You can, but they won't run simultaneously. They'll run in alphabetical
order.

--
Alban Hertroys
alban@magproductions.nl

magproductions b.v.

T: ++31(0)534346874
F: ++31(0)534346876
M:
I: www.magproductions.nl
A: Postbus 416
   7500 AK Enschede

// Integrate Your World //

pgsql-general by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: PlPg/SQL mulit-array as a parameter?
Next
From: Magnus Hagander
Date:
Subject: Re: programmatic way to fetch latest release for a given major.minor version