Re: trigger status

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: hook <hook(at)kcp(dot)com>
Cc: PostgreSQL SQL <pgsql-sql(at)postgresql(dot)org>
Subject: Re: trigger status
Date: 2004-11-03 15:33:11
Message-ID: 20041103153311.GA11651@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Wed, Nov 03, 2004 at 08:57:35AM -0600, hook wrote:

> What's the easy way to tell if a trigger has fired???

Tell from where? You could log messages from the trigger (e.g.,
with RAISE INFO in PL/pgSQL), but that might not be what you're
talking about.

What are you trying to do?

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Ameen - Etemady 2004-11-03 15:56:28 CREATE TYPE
Previous Message hook 2004-11-03 14:57:35 trigger status