AFTER triggers, short question

From: Mark Volpe <volpe(dot)mark(at)epamail(dot)epa(dot)gov>
To: pgsql-sql(at)postgresql(dot)org
Subject: AFTER triggers, short question
Date: 2000-10-11 14:49:28
Message-ID: 39E47DF8.552F9174@epamail.epa.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

If I create a trigger that runs AFTER a DELETE, and then I delete several
rows, will the trigger function see the same thing every time it's called,
namely that all the rows I deleted are actually gone?

Mark

Browse pgsql-sql by date

  From Date Subject
Next Message Philip Warner 2000-10-11 14:55:03 Re: Can I use subselect as a function parameter?
Previous Message Tom Lane 2000-10-11 14:25:55 Re: Can I use subselect as a function parameter?