Re: [SQL] changing an update via rules

2003-07-19 Thread Stephan Szabo
On 15 Jul 2003, Lauren Matheson wrote: > Hello, > > I am having difficulty setting an on update rule which seems to be > caught in a recursive loop. > > Context is a table with three columns assigning users to groups with the > third column being boolean to flag the primary group. I would like to

[SQL] changing an update via rules

2003-07-19 Thread Lauren Matheson
Hello, I am having difficulty setting an on update rule which seems to be caught in a recursive loop. Context is a table with three columns assigning users to groups with the third column being boolean to flag the primary group. I would like to set an update rule to enforce one primary group.