diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-05-20 14:50:22 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-05-20 14:50:22 -0400 |
commit | a6a66bd647d471aeb55d8ba3e24d197ccd8a5abb (patch) | |
tree | 8dd6027581b329a710bcdd0e446a1e57319eee10 /src | |
parent | fa60fb63e511e7bbcf57ce972338711593a5e7c9 (diff) | |
download | postgresql-a6a66bd647d471aeb55d8ba3e24d197ccd8a5abb.tar.gz postgresql-a6a66bd647d471aeb55d8ba3e24d197ccd8a5abb.zip |
Another typo fix.
In the spirit of the season.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/parser/gram.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/parser/gram.y b/src/backend/parser/gram.y index db6c6f7c23a..e0ff6f16a21 100644 --- a/src/backend/parser/gram.y +++ b/src/backend/parser/gram.y @@ -9484,9 +9484,9 @@ InsertStmt: /* * 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 - * divergance from other places. So just require AS for now. + * divergence from other places. So just require AS for now. */ insert_target: qualified_name |