Commit 96273049 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Message changed slightly since "rename" is now allowed as a column name.

parent 2d735850
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment