Index: openacs-4/packages/acs-subsite/www/admin/rel-segments/constraints/new-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/rel-segments/constraints/new-postgresql.xql,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-subsite/www/admin/rel-segments/constraints/new-postgresql.xql 20 Jun 2018 09:06:10 -0000 1.3 +++ openacs-4/packages/acs-subsite/www/admin/rel-segments/constraints/new-postgresql.xql 3 Sep 2019 11:01:43 -0000 1.3.2.1 @@ -21,20 +21,4 @@ - - - - - select viol.rel_id, acs_object__name(viol.party_id) as name - from rel_constraints_violated_one viol - where viol.constraint_id = :constraint_id - UNION ALL - select viol.rel_id, acs_object__name(viol.party_id) as name - from rel_constraints_violated_two viol - where viol.constraint_id = :constraint_id - - - - -