diff options
Diffstat (limited to 'src/test/regress/expected/polygon.out')
| -rw-r--r-- | src/test/regress/expected/polygon.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/polygon.out b/src/test/regress/expected/polygon.out index 5ffa39b1bc..e9032d4dbc 100644 --- a/src/test/regress/expected/polygon.out +++ b/src/test/regress/expected/polygon.out @@ -30,7 +30,7 @@ INSERT INTO POLYGON_TBL(f1) VALUES ('(0,1,2,3'); ERROR: invalid input syntax for type polygon: "(0,1,2,3" INSERT INTO POLYGON_TBL(f1) VALUES ('asdf'); ERROR: invalid input syntax for type polygon: "asdf" -SELECT '' AS four, POLYGON_TBL.*; +SELECT '' AS four, * FROM POLYGON_TBL; four | f1 ------+--------------------- | ((2,0),(2,4),(0,0)) |
