copiar valor de uma coluna para outra postgres
UPDATE table SET columnB = columnA;
Awful Angelfish
UPDATE table SET columnB = columnA;