Commit 02a9d7e2 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Changed error message slightly.

parent e6a854dc
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment