On Tue, 28 Jan 2003, Christopher Kings-Lynne wrote: > I just noticed you can do this: > > create table blah ( > a not null references test on delete set null > ) > > Should that be prevented? It shouldn't be too hard to test for really...
Maybe, although I don't think the spec prevents it. In practice I'd guess it ends up being a more expensive way of saying no action. ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster