I have set up a FK as follows ALTER TABLE lk_sub_con ADD FOREIGN KEY (type) REFERENCES lk_sort_of_contact(type_code); However when I do this INSERT INTO lk_sort_of_contact (type_code) VALUES ('1') (ie: a NULL into the FK) it works Is this a bug?
pgsql-general by date:
Соглашаюсь с условиями обработки персональных данных