trigger status

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



thanks

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo [at] postgresql.org)
hook [ Mi, 03 November 2004 15:57 ] [ ID #463580 ]

Re: trigger status

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/

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
Mike [ Mi, 03 November 2004 16:33 ] [ ID #463581 ]
Datenbanken » comp.databases.postgresql.sql » trigger status

Vorheriges Thema: Re: vacuum analyze slows sql query
Nächstes Thema: Re: vacuum analyze slows sql query