]> granicus.if.org Git - postgresql/commitdiff
Message changed slightly since "rename" is now allowed as a column name.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 30 Sep 1998 05:43:23 +0000 (05:43 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Wed, 30 Sep 1998 05:43:23 +0000 (05:43 +0000)
src/test/regress/expected/errors.out

index 1add0bcc9c94a466274a57576072d618d31add42..3d73007367e05dcb011e54d89a2b70848cec151c 100644 (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;