Index: openacs-4/packages/acs-subsite/tcl/attribute-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/attribute-procs-postgresql.xql,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-subsite/tcl/attribute-procs-postgresql.xql 4 Dec 2001 00:20:47 -0000 1.4 +++ openacs-4/packages/acs-subsite/tcl/attribute-procs-postgresql.xql 7 Aug 2017 23:47:58 -0000 1.5 @@ -3,38 +3,6 @@ postgresql7.1 - - - - select case when exists (select 1 - from acs_attributes a, acs_object_types t - where t.dynamic_p = 't' - and a.object_type = t.object_type - and a.attribute_id = :value) - then 1 else 0 end - - - - - - - - - - select case when exists (select 1 - from acs_attributes a - where (a.attribute_name = :attribute - or a.column_name = :attribute) - and a.object_type = :object_type) - then 1 - else 0 - end - - - - - -