Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au> writes:
> Is it possible for a pl/pgsql trigger function to look at the sql
> command that caused it to be triggered? If not, is this an idea?
What exactly is the use case for this? It cannot have anything to do
with assuming that you know what has happened or will happen, since
you cannot know how the original query behavior has been modified by
triggers that fired before you did or will fire after you.
regards, tom lane