Index: openacs-4/packages/rss-support/sql/postgresql/rss-generation-drop.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/sql/postgresql/rss-generation-drop.sql,v diff -u -r1.4 -r1.5 --- openacs-4/packages/rss-support/sql/postgresql/rss-generation-drop.sql 17 May 2003 11:20:27 -0000 1.4 +++ openacs-4/packages/rss-support/sql/postgresql/rss-generation-drop.sql 24 Feb 2005 13:33:25 -0000 1.5 @@ -18,4 +18,5 @@ drop table rss_gen_subscrs; drop function rss_gen_subscr__new (integer,integer,varchar,integer,timestamptz,varchar,timestamptz,integer,varchar,integer); drop function rss_gen_subscr__name (integer); +drop function rss_gen_subscr__del (integer); drop function rss_gen_subscr__delete (integer);