Re: ALTER TABLE TODO items

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Rod Taylor <pg(at)rbt(dot)ca>, Merlin Moncure <merlin(dot)moncure(at)rcsonline(dot)com>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ALTER TABLE TODO items
Date: 2004-05-07 03:47:39
Message-ID: 409B06DB.2080109@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>FireBird: ALTER COLUMN <column> TYPE <type>
>>DB2: ALTER COLUMN <column> SET DATA TYPE <type>.
>>Oracle: MODIFY <column> <type>
>>MSSQL: ALTER COLUMN <column> <type> <constraints>
>>MySQL: Both Oracle and MSSQL
>>Sap: MODIFY <column> <type>
>
>
> Given that, I'm happy with what we got ...

Yeah same, I was just wondering whether it should be like SET NOT NULL,
that's all.

Chris

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Vinay Jain 2004-05-07 03:54:17 Re: Is there any method to keep table in memory at startup
Previous Message Rod Taylor 2004-05-07 03:33:55 Re: ALTER TABLE TODO items