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:
@ -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;
|
||||||
|
Reference in New Issue
Block a user