summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/int4.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/expected/int4.out')
-rw-r--r--src/test/regress/expected/int4.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/int4.out b/src/test/regress/expected/int4.out
index 0e6049f29a..3e0eff13a3 100644
--- a/src/test/regress/expected/int4.out
+++ b/src/test/regress/expected/int4.out
@@ -27,7 +27,7 @@ INSERT INTO INT4_TBL(f1) VALUES ('123 5');
ERROR: invalid input syntax for integer: "123 5"
INSERT INTO INT4_TBL(f1) VALUES ('');
ERROR: invalid input syntax for integer: ""
-SELECT '' AS five, INT4_TBL.*;
+SELECT '' AS five, * FROM INT4_TBL;
five | f1
------+-------------
| 0