Copiar el valor de una columna a otro Postgres
UPDATE table SET columnB = columnA;
Awful Angelfish
UPDATE table SET columnB = columnA;