Getting the query string in a trigger.

From: Andrew Fritz <afritz(at)teamdev(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Getting the query string in a trigger.
Date: 2001-03-08 17:05:31
Message-ID: 3AA7BBDB.C8B93D0E@teamdev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am trying to get the querry string that was executed from within a
trigger it caused. I think this data may be available in one of the
HeapTuples passed in (either in string form, or otherwise), but I am not
sure where it is or how I can get it.

Does anyone know how to get the query string?

Andrew Fritz
TEAM Development

Browse pgsql-general by date

  From Date Subject
Next Message Brian C. Doyle 2001-03-08 17:31:44 Win32 Postgresql
Previous Message Bruce Momjian 2001-03-08 16:57:25 Re: triggers vs. 'NEW in non-rule query' -- SOLVED?