We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d73585 commit 9627304Copy full SHA for 9627304
src/test/regress/expected/errors.out
@@ -21,7 +21,7 @@ ERROR: parser: parse error at or near ";"
21
QUERY: drop table nonesuch;
22
ERROR: Relation nonesuch Does Not Exist!
23
QUERY: alter table rename;
24
-ERROR: parser: parse error at or near "rename"
+ERROR: parser: parse error at or near ";"
25
QUERY: alter table nonesuch rename to newnonesuch;
26
ERROR: renamerel: relation "nonesuch" does not exist
27
QUERY: alter table nonesuch rename to stud_emp;
0 commit comments