Re: alter column problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oleg <evdakov(at)iwk(dot)uka(dot)de>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: alter column problem
Date: 2005-10-10 16:03:56
Message-ID: 21486.1128960236@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Oleg <evdakov(at)iwk(dot)uka(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Volkan YAZICI 2005-10-10 17:02:24 Re: unexpected EOF on client connection errors
Previous Message Michael Fuhr 2005-10-10 16:02:30 Re: alter column problem