From: Thomas G. Lockhart Date: Sat, 9 May 1998 23:50:24 +0000 (+0000) Subject: Changed error message slightly. X-Git-Tag: REL6_4_2~990 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02a9d7e273028d77a9e3de4b52a1c51993ea5ea7;p=postgresql Changed error message slightly. --- diff --git a/src/test/regress/expected/errors.out b/src/test/regress/expected/errors.out index 8a6f154775..92644c7c8f 100644 --- a/src/test/regress/expected/errors.out +++ b/src/test/regress/expected/errors.out @@ -101,7 +101,7 @@ ERROR: parser: parse error at or near "(" QUERY: drop function 314159(); ERROR: parser: parse error at or near "314159" QUERY: drop function nonesuch(); -ERROR: RemoveFunction: function nonesuch() does not exist +ERROR: RemoveFunction: function 'nonesuch()' does not exist QUERY: drop type; ERROR: parser: parse error at or near ";" QUERY: drop type 314159;