Столбец Postgres SET на основе другого столбца

UPDATE table_name 
SET column_one = column_two,
WHERE column_two = 'some string'
Trained Tuna