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

This commit is contained in:
Thomas G. Lockhart 1998-09-30 05:43:23 +00:00
parent 2d73585028
commit 96273049e9
1 changed files with 1 additions and 1 deletions

View File

@ -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;