Cómo alterar el personaje de longitud Varial Postgres

alter table TABLE_NAME alter column COLUMN_NAME type character varying(120);
Volmir