Trigger

From: Peter Childs <blue(dot)dragon(at)blueyonder(dot)co(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Trigger
Date: 2003-10-22 13:01:16
Message-ID: Pine.LNX.4.58.0310221358440.6389@bluedragon.homelinux.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is it possible to deferr a trigger until commit, Or to have the
trigger not occur if the transaction is rolled back? Like transaction.
I think its possible since constraints use triggers and if so why
is this a standard feature.
Also is there anyway of seeing what triggers exsist and what they
do? (psql \<somthing> or the like)

Peter Childs

Responses

  • Re: Trigger at 2003-10-22 19:07:00 from scott.marlowe

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Overholt 2003-10-22 13:02:20
Previous Message Doug McNaught 2003-10-22 12:36:10 Re: Same conditions, different planning?