Use the below command to rename column of a Redshift table.
alter table tablename rename column columnname to new_columnname;
Use the below command to rename column of a Redshift table.
alter table tablename rename column columnname to new_columnname;