Re: Alter Table Column Datatype - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: Alter Table Column Datatype
Date
Msg-id 1064846886.60248.84.camel@jester
Whole thread Raw
In response to Re: Alter Table Column Datatype  (Christof Petig <christof@petig-baender.de>)
List pgsql-hackers
     A. On Mon, 2003-09-29 at 10:28, Christof Petig wrote:
> Rod Taylor schrieb:
> >         Is this syntax ok?
> >                 ALTER TABLE <table> ALTER COLUMN <column> TYPE <new
> >                 type>
>
> shouldn't that be
>    ALTER TABLE <table> ALTER [COLUMN] <column> [TYPE] <new type>
> which I clearly remember from different database systems.

I should be able to do that.

Thanks.

pgsql-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: more i18n/l10n issues
Next
From: Tom Lane
Date:
Subject: Re: pg_dump bug in 7.4