Skip to content

Commit

Permalink
Merge #24864
Browse files Browse the repository at this point in the history
24864: cherry-pick 2.0: sql: unreserve the STORED keyword r=knz a=knz

Picks #24554.

cc @cockroachdb/release 

Co-authored-by: Jordan Lewis <[email protected]>
  • Loading branch information
craig[bot] and jordanlewis committed Apr 17, 2018
2 parents ff9c5a0 + 58cd6bd commit 482ab05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/generated/sql/bnf/stmt_block.bnf
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@ unreserved_keyword ::=
| 'STATISTICS'
| 'STDIN'
| 'STORE'
| 'STORED'
| 'STORING'
| 'STRICT'
| 'SPLIT'
Expand Down Expand Up @@ -1496,7 +1497,6 @@ reserved_keyword ::=
| 'SELECT'
| 'SESSION_USER'
| 'SOME'
| 'STORED'
| 'SYMMETRIC'
| 'TABLE'
| 'THEN'
Expand Down
2 changes: 1 addition & 1 deletion pkg/sql/parser/sql.y
Original file line number Diff line number Diff line change
Expand Up @@ -7776,6 +7776,7 @@ unreserved_keyword:
| STATISTICS
| STDIN
| STORE
| STORED
| STORING
| STRICT
| SPLIT
Expand Down Expand Up @@ -7987,7 +7988,6 @@ reserved_keyword:
| SELECT
| SESSION_USER
| SOME
| STORED
| SYMMETRIC
| TABLE
| THEN
Expand Down

0 comments on commit 482ab05

Please sign in to comment.