-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
@jamatthews
Description
After upgrading from 1.3.2 to 1.4.2 DELETE USING no longer works and throws an error:
BEGIN;
DELETE FROM table_1
USING table_2
WHERE table_1.partiton_column = 1 AND table_2.partition_column = 1 AND table_1.id = table_2.id;
ERROR: variable not found in subplan target lists