Index: openacs-4/packages/acs-content-repository/sql/postgresql/content-type.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/content-type.sql,v diff -u -r1.35 -r1.36 --- openacs-4/packages/acs-content-repository/sql/postgresql/content-type.sql 1 May 2004 08:36:05 -0000 1.35 +++ openacs-4/packages/acs-content-repository/sql/postgresql/content-type.sql 2 Jun 2004 20:54:15 -0000 1.36 @@ -309,7 +309,7 @@ -- Drop the column if neccessary if drop_attribute__drop_column then execute ''alter table '' || v_table || '' drop column '' || - drop_attribute__attribute_name || ''cascade''; + drop_attribute__attribute_name || '' '' || ''cascade''; -- exception when others then -- raise_application_error(-20000, ''Unable to drop column '' ||