We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a854d commit 02a9d7eCopy full SHA for 02a9d7e
src/test/regress/expected/errors.out
@@ -101,7 +101,7 @@ ERROR: parser: parse error at or near "("
101
QUERY: drop function 314159();
102
ERROR: parser: parse error at or near "314159"
103
QUERY: drop function nonesuch();
104
-ERROR: RemoveFunction: function nonesuch() does not exist
+ERROR: RemoveFunction: function 'nonesuch()' does not exist
105
QUERY: drop type;
106
ERROR: parser: parse error at or near ";"
107
QUERY: drop type 314159;
0 commit comments