PostgreSQL: zmiana typu/size kolumny Posted on 02/02/2011 by admin ALTER TABLE table1 ALTER COLUMN column1 TYPE character varying(512);