8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d59dad commit 8a70a1cCopy full SHA for 8a70a1c
src/test/regress/expected/alter_table.out
@@ -285,7 +285,7 @@ INSERT INTO tmp3 values (5,50);
285
-- Try (and fail) to add constraint due to invalid data
286
ALTER TABLE tmp3 add constraint tmpconstr foreign key (a) references tmp2 match full;
287
NOTICE: ALTER TABLE ... ADD CONSTRAINT will create implicit trigger(s) for FOREIGN KEY check(s)
288
-ERROR: <unnamed> referential integrity violation - key referenced from tmp3 not found in tmp2
+ERROR: tmpconstr referential integrity violation - key referenced from tmp3 not found in tmp2
289
-- Delete failing row
290
DELETE FROM tmp3 where a=5;
291
-- Try (and succeed)
0 commit comments