From: André T. N. N. <ato...@gm...> - 2014-03-18 12:11:30
|
CREATE TABLE CREATE INDEX CREATE TABLE CREATE INDEX CREATE TABLE CREATE INDEX CREATE TRIGGER CREATE TRIGGER CREATE TRIGGER INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 INSERT 0 1 psql:refint.example:66: ERROR: tuple references non-existent key DETAIL: Trigger "bt" found tuple referencing non-existent key in "test.a". INSERT 0 1 INSERT 0 1 INSERT 0 1 psql:refint.example:71: ERROR: tuple references non-existent key DETAIL: Trigger "ct" found tuple referencing non-existent key in "test.a". INSERT 0 1 INSERT 0 1 INSERT 0 1 psql:refint.example:76: ERROR: type "a" does not exist psql:refint.example:77: ERROR: type "a" does not exist psql:refint.example:78: ERROR: type "a" does not exist id ---- 40 50 10 20 30 (5 rows) refb ------ 10 30 30 (3 rows) refc ------ 20 20 30 (3 rows) |