Skip to content

Commit 9627304

Browse files
author
Thomas G. Lockhart
committed
Message changed slightly since "rename" is now allowed as a column name.
1 parent 2d73585 commit 9627304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/expected/errors.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ERROR: parser: parse error at or near ";"
2121
QUERY: drop table nonesuch;
2222
ERROR: Relation nonesuch Does Not Exist!
2323
QUERY: alter table rename;
24-
ERROR: parser: parse error at or near "rename"
24+
ERROR: parser: parse error at or near ";"
2525
QUERY: alter table nonesuch rename to newnonesuch;
2626
ERROR: renamerel: relation "nonesuch" does not exist
2727
QUERY: alter table nonesuch rename to stud_emp;

0 commit comments

Comments
 (0)