> 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.