Skip to content

Commit

Permalink
parser: add VIRTUAL syntax to help
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
rafiss committed Aug 4, 2021
1 parent 0592999 commit 404fc7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/parser/sql.y
Original file line number Diff line number Diff line change
Expand Up @@ -6163,7 +6163,7 @@ alter_schema_stmt:
// FAMILY <familyname>, CREATE [IF NOT EXISTS] FAMILY [<familyname>]
// REFERENCES <tablename> [( <colnames...> )] [ON DELETE {NO ACTION | RESTRICT}] [ON UPDATE {NO ACTION | RESTRICT}]
// COLLATE <collationname>
// AS ( <expr> ) STORED
// AS ( <expr> ) { STORED | VIRTUAL }
//
// Interleave clause:
// INTERLEAVE IN PARENT <tablename> ( <colnames...> ) [CASCADE | RESTRICT]
Expand Down

0 comments on commit 404fc7b

Please sign in to comment.