Skip to content

Commit 02a9d7e

Browse files
author
Thomas G. Lockhart
committed
Changed error message slightly.
1 parent e6a854d commit 02a9d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/expected/errors.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ ERROR: parser: parse error at or near "("
101101
QUERY: drop function 314159();
102102
ERROR: parser: parse error at or near "314159"
103103
QUERY: drop function nonesuch();
104-
ERROR: RemoveFunction: function nonesuch() does not exist
104+
ERROR: RemoveFunction: function 'nonesuch()' does not exist
105105
QUERY: drop type;
106106
ERROR: parser: parse error at or near ";"
107107
QUERY: drop type 314159;

0 commit comments

Comments
 (0)