Re: changing the nulability of columns

Поиск
Список
Период
Сортировка
От Matthew T. O'Connor
Тема Re: changing the nulability of columns
Дата
Msg-id 200202160436.g1G4aAS14964@neuromancer.ctlno.com
обсуждение исходный текст
Ответ на changing the nulability of columns  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список pgsql-hackers
> So, the question is - what the heck is the standard syntax?  Is there a
> standard syntax?  How about this syntax that I came up with:
>
> ALTER TABLE blah ALTER COLUMN col SET [NULL | NOT NULL]

If there is no standard syntax for this, I would recommend emulating oracle 
or SQL server rather than coming up a new one.  Why create yet another SQL 
extension that is not compatible with anyone elses.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: 7.2 and current timestamp bug?
Следующее
От: Thomas Swan
Дата:
Сообщение: Re: Change in casting behavior?