mirror of
https://github.com/postgres/postgres.git
synced 2026-02-16 17:19:08 -05:00
Missed this file in previous commit :-(
This commit is contained in:
parent
20ab467d76
commit
35b5509782
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue