Index: openacs-4/packages/rss-support/sql/postgresql/rss-generation-sc-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/sql/postgresql/rss-generation-sc-create.sql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/rss-support/sql/postgresql/rss-generation-sc-create.sql 5 Nov 2001 03:55:01 -0000 1.3 +++ openacs-4/packages/rss-support/sql/postgresql/rss-generation-sc-create.sql 7 Nov 2001 05:53:39 -0000 1.4 @@ -12,7 +12,7 @@ 'summary_context_id:string' ); -select acs_sg_msg_type__new ( +select acs_sc_msg_type__new ( 'RssGenerationSubscriber.Datasource.OutputType', 'version:string,channel_title:string,channel_link:uri,channel_description:string,image:string,items:string,channel_language:string,channel_copyright:string,channel_managingEditor:string,channel_webMaster:string,channel_rating:string,channel_pubDate:timestamp,channel_lastBuildDate:timestamp,channel_skipDays:integer,channel_skipHours:integer' ); @@ -32,7 +32,7 @@ 'summary_context_id:string' ); -select acs_sg_msg_type__new ( +select acs_sc_msg_type__new ( 'RssGenerationSubscriber.LastUpdated.OutputType', 'lastupdate:timestamp' );