About "Alter table... alter column.. TYPE ... " - Mailing list pgsql-sql

From Ying Lu
Subject About "Alter table... alter column.. TYPE ... "
Date
Msg-id 42641AD9.60708@cs.concordia.ca
Whole thread Raw
Responses Re: About "Alter table... alter column.. TYPE ... "  (Rod Taylor <pg@rbt.ca>)
List pgsql-sql
Hello,

To alter table column from varchar(32) to date. "Alter table" command 
does not seem to work:

alter table test  alter column col type date ;
ERROR:  column "col1" cannot be cast to type "date"

Tks,
Emi



pgsql-sql by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: User Defined Functions Errors
Next
From: Rod Taylor
Date:
Subject: Re: About "Alter table... alter column.. TYPE ... "