Index: openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-procs-postgresql.xql,v diff -u -r1.11 -r1.11.2.1 --- openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-procs-postgresql.xql 27 Apr 2015 15:28:20 -0000 1.11 +++ openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-procs-postgresql.xql 3 Jul 2016 17:58:48 -0000 1.11.2.1 @@ -11,18 +11,6 @@ - - postgresql8.3 - - where fti @@ to_tsquery(:query) - and exists (select 1 - from acs_object_party_privilege_map m - where m.object_id = txt.object_id - and m.party_id = :user_id - and m.privilege = 'read') - - - postgresql8.4 @@ -113,18 +101,6 @@ - - postgresql8.0 - - where fti @@ to_tsquery('default',:query) - and exists (select 1 - from acs_object_party_privilege_map m - where m.object_id = txt.object_id - and m.party_id = :user_id - and m.privilege = 'read') - - - postgresql8.0