mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-12 01:18:35 +08:00
Missed this file in previous commit :-(
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user