Commit a6a66bd6 authored by Tom Lane's avatar Tom Lane

Another typo fix.

In the spirit of the season.
parent fa60fb63
...@@ -9484,9 +9484,9 @@ InsertStmt: ...@@ -9484,9 +9484,9 @@ InsertStmt:
/* /*
* Can't easily make AS optional here, because VALUES in insert_rest would * Can't easily make AS optional here, because VALUES in insert_rest would
* 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
* easily allow unreserved_keywords as optional aliases, but that'd be an odd * easily allow unreserved_keywords as optional aliases, but that'd be an odd
* divergance from other places. So just require AS for now. * divergence from other places. So just require AS for now.
*/ */
insert_target: insert_target:
qualified_name qualified_name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment