projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6a854d
)
Changed error message slightly.
author
Thomas G. Lockhart
Sat, 9 May 1998 23:50:24 +0000
(23:50 +0000)
committer
Thomas G. Lockhart
Sat, 9 May 1998 23:50:24 +0000
(23:50 +0000)
src/test/regress/expected/errors.out
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/errors.out
b/src/test/regress/expected/errors.out
index 8a6f154775270f0f0595f15e520a9d53820dd4a6..92644c7c8f6b93eaf8e8952ba24176084b9b8508 100644
(file)
--- 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;