mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 00:02:26 -04:00
Changed error message slightly.
This commit is contained in:
parent
e6a854dc41
commit
02a9d7e273
@ -101,7 +101,7 @@ ERROR: parser: parse error at or near "("
|
|||||||
QUERY: drop function 314159();
|
QUERY: drop function 314159();
|
||||||
ERROR: parser: parse error at or near "314159"
|
ERROR: parser: parse error at or near "314159"
|
||||||
QUERY: drop function nonesuch();
|
QUERY: drop function nonesuch();
|
||||||
ERROR: RemoveFunction: function nonesuch() does not exist
|
ERROR: RemoveFunction: function 'nonesuch()' does not exist
|
||||||
QUERY: drop type;
|
QUERY: drop type;
|
||||||
ERROR: parser: parse error at or near ";"
|
ERROR: parser: parse error at or near ";"
|
||||||
QUERY: drop type 314159;
|
QUERY: drop type 314159;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user