summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/update.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/expected/update.out')
-rw-r--r--src/test/regress/expected/update.out2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/regress/expected/update.out b/src/test/regress/expected/update.out
index 1ff7c8918f..9849e90539 100644
--- a/src/test/regress/expected/update.out
+++ b/src/test/regress/expected/update.out
@@ -45,6 +45,8 @@ BEGIN;
SET LOCAL add_missing_from = false;
UPDATE update_test AS t SET b = update_test.b + 10 WHERE t.a = 10;
ERROR: invalid reference to FROM-clause entry for table "update_test"
+LINE 1: UPDATE update_test AS t SET b = update_test.b + 10 WHERE t.a...
+ ^
HINT: Perhaps you meant to reference the table alias "t".
ROLLBACK;
DROP TABLE update_test;