Commit 35b55097 authored by Tom Lane's avatar Tom Lane

Missed this file in previous commit :-(

parent 20ab467d
......@@ -15,6 +15,8 @@ BEGIN;
SET LOCAL add_missing_from = false;
DELETE FROM delete_test dt WHERE delete_test.a > 25;
ERROR: invalid reference to FROM-clause entry for table "delete_test"
LINE 1: DELETE FROM delete_test dt WHERE delete_test.a > 25;
^
HINT: Perhaps you meant to reference the table alias "dt".
ROLLBACK;
SELECT * FROM delete_test;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment