Index: openacs-4/packages/rss-support/sql/postgresql/rss-generation-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/rss-support/sql/postgresql/rss-generation-create.sql,v diff -u -r1.7.4.1 -r1.7.4.2 --- openacs-4/packages/rss-support/sql/postgresql/rss-generation-create.sql 21 Jan 2003 13:51:55 -0000 1.7.4.1 +++ openacs-4/packages/rss-support/sql/postgresql/rss-generation-create.sql 2 Mar 2003 22:51:46 -0000 1.7.4.2 @@ -114,7 +114,7 @@ timeout integer constraint rss_gen_subscrs_timeout_nn not null, - lastbuild timestamp, + lastbuild timestamptz, last_ttb integer, channel_title varchar(200), channel_link varchar(1000), @@ -164,7 +164,7 @@ Used for display purposes. '; -create function rss_gen_subscr__new (integer,integer,varchar,integer,timestamp with time zone,varchar,timestamp with time zone,integer,varchar,integer) +create function rss_gen_subscr__new (integer,integer,varchar,integer,timestamptz,varchar,timestamptz,integer,varchar,integer) returns integer as ' declare p_subscr_id alias for $1;