projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d73585
)
Message changed slightly since "rename" is now allowed as a column name.
author
Thomas G. Lockhart
Wed, 30 Sep 1998 05:43:23 +0000
(
05:43
+0000)
committer
Thomas G. Lockhart
Wed, 30 Sep 1998 05:43:23 +0000
(
05:43
+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 1add0bcc9c94a466274a57576072d618d31add42..3d73007367e05dcb011e54d89a2b70848cec151c 100644
(file)
--- a/
src/test/regress/expected/errors.out
+++ b/
src/test/regress/expected/errors.out
@@
-21,7
+21,7
@@
ERROR: parser: parse error at or near ";"
QUERY: drop table nonesuch;
ERROR: Relation nonesuch Does Not Exist!
QUERY: alter table rename;
-ERROR: parser: parse error at or near "
rename
"
+ERROR: parser: parse error at or near "
;
"
QUERY: alter table nonesuch rename to newnonesuch;
ERROR: renamerel: relation "nonesuch" does not exist
QUERY: alter table nonesuch rename to stud_emp;