change table_expression -> table_reference

This commit is contained in:
Matthias Queitsch 2022-09-07 07:52:50 +02:00 committed by Christian Clason
parent 9b13872f19
commit 72eac1deeb
2 changed files with 3 additions and 3 deletions

View file

@ -6,10 +6,10 @@
name: (identifier) @function.call
parameter: [(field)]? @parameter)
(table_expression
(table_reference
name: (identifier) @type)
(table_expression
(table_reference
name: (identifier) @type
table_alias: (identifier) @variable)