Re: problem Small

From: "A(dot)Bhuvaneswaran" <bhuvansql(at)myrealbox(dot)com>
To: Ramesh PAtel <ramesh(at)banas(dot)guj(dot)nic(dot)in>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: problem Small
Date: 2003-04-26 12:18:59
Message-ID: Pine.LNX.4.44.0304261746240.4414-100000@Bhuvan.bksys.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> I want to create Trigger on table after all event INSERT,
> UPDATE, DELETE

TG_OP
Data type text; a string of INSERT, UPDATE or DELETE telling
for which operation the trigger is fired.

Refer the documentation link forwarded earlier.

regards,
bhuvaneswaran

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Don Patou 2003-04-26 14:59:04 trying to start postmaster
Previous Message Ramesh PAtel 2003-04-26 10:19:48 problem Small