Index: openacs-4/packages/cms/www/modules/templates/index-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/www/modules/templates/index-postgresql.xql,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/cms/www/modules/templates/index-postgresql.xql 8 Jun 2001 01:44:53 -0000 1.1 +++ openacs-4/packages/cms/www/modules/templates/index-postgresql.xql 31 Aug 2001 02:28:40 -0000 1.2 @@ -35,7 +35,7 @@ select t.template_id, i.name, to_char(o.last_modified, 'MM/DD/YY HH:MI AM') as modified, - coalesce(round(r.content_length::float8 / 1000), 0) || ' KB' as file_size + coalesce(round(r.content_length::float8 / 1000,2), 0)::float8::text || ' KB'::text as file_size from cr_templates t, acs_objects o, cr_revisions r