Oleg <evdakov@iwk.uka.de> writes:
> I am trying to change the column type:
> alter table knoten_alt alter column knoten type varchar(100);
> I am gettin Error message:
> syntax error at or near "type" at character 44
> Postgresql version 7.4.6
7.4 doesn't have ALTER COLUMN TYPE. Sorry.
regards, tom lane