Re: Trigger question

From: Harald Fuchs <hf99(at)protecting(dot)net>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Trigger question
Date: 2004-01-16 13:05:20
Message-ID: pud69kf3hr.fsf@srv.protecting.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

In article <1022542776(dot)20040115180811(at)evilazrael(dot)de>,
Evil Azrael <evilazrael(at)evilazrael(dot)de> writes:

> That not, but perhaps a STATEMENT Level Trigger could help. It´s a new
> feature in 7.4.x and rather undocumented. http://www.postgresql.org/docs/current/interactive/sql-createtrigger.html
> "FOR EACH STATEMENT" probably this can help you a bit.

Does anyone know how to access the affected values for statement-level
triggers? I mean what the "old" and "new" pseudo-records are for
row-level triggers.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Anjan Dave 2004-01-16 15:29:38 Re: shared_buffer value
Previous Message Chris Travers 2004-01-16 10:19:24 Re: Trigger question