Thanks to visit codestin.com Credit goes to github.com
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 fa60fb6 commit a6a66bdCopy full SHA for a6a66bd
src/backend/parser/gram.y
@@ -9484,9 +9484,9 @@ InsertStmt:
9484
9485
/*
9486
* Can't easily make AS optional here, because VALUES in insert_rest would
9487
- * have a shift/reduce conflict with a values as an optional alias. We could
+ * have a shift/reduce conflict with VALUES as an optional alias. We could
9488
* easily allow unreserved_keywords as optional aliases, but that'd be an odd
9489
- * divergance from other places. So just require AS for now.
+ * divergence from other places. So just require AS for now.
9490
*/
9491
insert_target:
9492
qualified_name
0 commit comments