What's the best way to alter a column definition after the fact (i.e.int8-->int4). Is the answer dump, drop table, make new table with newdefinition and same name, import data?
Thanks,Fran