tree-sitter-sql icon indicating copy to clipboard operation
tree-sitter-sql copied to clipboard

Improve create index

Open pplam opened this issue 2 years ago • 0 comments

  1. Improved the CREATE INDEX statement according to https://www.postgresql.org/docs/current/sql-createindex.html;
  2. Added expression_list, identifier_list, assignment_expression_list, column_list and option_list of form seq("(", commaSep1(*), ")") and use them everywhere to increase the reusability of those rules;

pplam avatar Jun 29 '22 17:06 pplam