mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Changed error message slightly.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user