Index: openacs-4/packages/news/sql/postgresql/news-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news/sql/postgresql/news-drop.sql,v diff -u -r1.7 -r1.8 --- openacs-4/packages/news/sql/postgresql/news-drop.sql 13 Jan 2005 13:58:26 -0000 1.7 +++ openacs-4/packages/news/sql/postgresql/news-drop.sql 3 Feb 2005 00:15:27 -0000 1.8 @@ -141,4 +141,7 @@ -- *** Search contract de-registration *** -- -\i news-sc-drop.sql +select acs_sc_impl__delete( + 'FtsContentProvider', -- impl_contract_name + 'news' -- impl_name +);