Index: openacs-4/packages/news-aggregator/tcl/aggregator-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/tcl/aggregator-procs-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/news-aggregator/tcl/aggregator-procs-postgresql.xql 20 Mar 2004 11:04:38 -0000 1.1 +++ openacs-4/packages/news-aggregator/tcl/aggregator-procs-postgresql.xql 1 Jun 2004 12:18:31 -0000 1.2 @@ -30,6 +30,8 @@ i.guid as item_guid, i.original_guid as item_original_guid, i.permalink_p as item_permalink_p, + i.author as item_author, + to_char(i.pub_date at time zone 'UTC', 'YYYY-MM-DD HH24:MI:SS') as item_pub_date, s.last_modified from ( na_aggregators a join