1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

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

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;