OSSP CVS Repository

ossp - Difference in ossp-pkg/as/as-db/bres/bres-history.sql versions 1.12 and 1.13
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/as/as-db/bres/bres-history.sql 1.12 -> 1.13

--- bres-history.sql     2003/06/08 15:08:54     1.12
+++ bres-history.sql     2003/06/08 15:09:38     1.13
@@ -234,9 +234,9 @@
 RETURNS TRIGGER LANGUAGE 'plpgsql' STABLE AS '
 BEGIN
     IF TG_OP = ''INSERT'' OR TG_OP = ''UPDATE'' THEN
-        PERFORM ut_update(NEW.ut_oid, NEW.ut_hid);
+        PERFORM as_hs_ut_update(NEW.ut_oid, NEW.ut_hid);
     ELSIF TG_OP = ''DELETE'' THEN
-        PERFORM ut_update(OLD.ut_oid, OLD.ut_hid);
+        PERFORM as_hs_ut_update(OLD.ut_oid, OLD.ut_hid);
     END IF;
     RETURN NULL;
 END;

CVSTrac 2.0.1