Skip to content
Snippets Groups Projects
Commit 96273049 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

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

parent 2d735850
Branches
Tags
No related merge requests found
...@@ -21,7 +21,7 @@ ERROR: parser: parse error at or near ";" ...@@ -21,7 +21,7 @@ ERROR: parser: parse error at or near ";"
QUERY: drop table nonesuch; QUERY: drop table nonesuch;
ERROR: Relation nonesuch Does Not Exist! ERROR: Relation nonesuch Does Not Exist!
QUERY: alter table rename; 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; QUERY: alter table nonesuch rename to newnonesuch;
ERROR: renamerel: relation "nonesuch" does not exist ERROR: renamerel: relation "nonesuch" does not exist
QUERY: alter table nonesuch rename to stud_emp; QUERY: alter table nonesuch rename to stud_emp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment