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

From Christof Petig
Subject Re: Alter Table Column Datatype
Date
Msg-id 3F784199.2070708@petig-baender.de
Whole thread Raw
In response to Alter Table Column Datatype  (Rod Taylor <rbt@rbt.ca>)
Responses Re: Alter Table Column Datatype  (Rod Taylor <rbt@rbt.ca>)
List pgsql-hackers
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.
    Christof



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: more i18n/l10n issues
Next
From: "Hiroshi Inoue"
Date:
Subject: Re: 2-phase commit