"A.M." <agentm(at)cmu(dot)edu> writes:> In summary, what I want is
> field INT8 REFERENCES sometable NULL OK
Er ... NULL *is* OK, unless you say
field INT8 REFERENCES sometable NOT NULL
regards, tom lane