Re: Alter Table Column Datatype

From: Christof Petig <christof(at)petig-baender(dot)de>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Alter Table Column Datatype
Date: 2003-09-29 14:28:41
Message-ID: 3F784199.2070708@petig-baender.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2003-09-29 14:29:56 Re: 2-phase commit
Previous Message Tom Lane 2003-09-29 14:23:23 Re: more i18n/l10n issues