Re: ALTER TABLE TODO items

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: ALTER TABLE TODO items
Дата
Msg-id 409B06DB.2080109@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: ALTER TABLE TODO items  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: ALTER TABLE TODO items
Следующее
От: Vinay Jain
Дата:
Сообщение: Re: Is there any method to keep table in memory at startup