On Sun, 2006-10-15 at 20:01 +0200, Rafal Pietrak wrote: > new.id := 1000-old.id;
Sory, correction. Of cource, this ID update looks more like the following (OLD.* isn't valid at this point): new.id := 1000 - new.id; -- -R ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster