Changed error message slightly.

This commit is contained in:
Thomas G. Lockhart 1998-05-09 23:50:24 +00:00
parent e6a854dc41
commit 02a9d7e273
1 changed files with 1 additions and 1 deletions

View File

@ -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;