Is there any way to add a NOT NULL constraint to a new field in a table,*without* having to dump and restore the entire thing? I suppose I could adda trigger (or modify an existing one), but that feels so... wrong.
Greg