Rules and transactions

From: Brett Schwarz <schwarz(at)PacketVideo(dot)COM>
To: "'pgsql-sql(at)postgresql(dot)org'" <pgsql-sql(at)postgresql(dot)org>
Subject: Rules and transactions
Date: 2001-01-23 22:43:33
Message-ID: 72660A24B978D411BB8A00B0D03DFE01151223@misty.packetvideo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

If I have a rule, is the rule inside a tranaction along with the table that
it references. For example, if I have a rule that deletes an entry from
table B, whenever an entry in table A gets deleted, then is the delete for
table A and table B wrapped inside the same transaction?

Same question I guess goes for triggers.

thanks,

--brett

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message chard 2001-01-24 02:38:46 retrieving user's groups
Previous Message David Wall 2001-01-23 22:16:38 Re: blobs and small binary objects