mirror of https://github.com/citusdata/citus.git
normalize test
parent
e2e291c8e2
commit
54d03be16a
|
@ -83,10 +83,10 @@ SELECT 't6_pg after' AS label, * FROM t6_pg;
|
||||||
|
|
||||||
|
|
||||||
-- The outer subquery iterates over rows from the reference table t2_ref
|
-- The outer subquery iterates over rows from the reference table t2_ref
|
||||||
UPDATE t6_pg
|
UPDATE t6_pg
|
||||||
SET vkey = 43
|
SET vkey = 43
|
||||||
WHERE EXISTS (
|
WHERE EXISTS (
|
||||||
SELECT (SELECT c22 FROM t4_pg)
|
SELECT (SELECT c22 FROM t4_pg)
|
||||||
FROM t2_ref
|
FROM t2_ref
|
||||||
);
|
);
|
||||||
ERROR: relation "issue_7891.t6_pg" does not exist
|
ERROR: relation "issue_7891.t6_pg" does not exist
|
||||||
|
|
Loading…
Reference in New Issue