Postgres: Convert varchar to text

Solution 1:

ALTER TABLE table1 ALTER COLUMN column1 TYPE text;