Re: ALTER TABLE TODO items - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: ALTER TABLE TODO items
Date
Msg-id 409B06DB.2080109@familyhealth.com.au
Whole thread Raw
In response to Re: ALTER TABLE TODO items  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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



pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: ALTER TABLE TODO items
Next
From: Vinay Jain
Date:
Subject: Re: Is there any method to keep table in memory at startup