Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA04222; Thu, 6 Feb 92 22:35:51 -0800
Date: Thu, 6 Feb 92 22:35:51 -0800
Message-Id: <9202070635.AA04222@postgres.Berkeley.EDU>
From: postgres@jdsds1.ir.miami.edu (Raymond D. Frost)
Subject: multiple actions
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu


Is there a way to have multiple actions take place as the result of a
single rule firing?  For example:

define rule foo_bar is
on append to dog
where tail = "wagging"
do instead [ append cat (tail = "swishing") append trace (rule_fired =
"foo_bar") ] 

What I'm really after is a way to trace the process of backward
chaining.  Any suggestions?

Raymond Frost
University of Miami
