Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9853bf6

Browse files
committed
Update src/backend/parser/README
New files have been added to this directory, but not listed here. Repair.
1 parent 5344723 commit 9853bf6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/backend/parser/README

+3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ parse_coerce.c handle coercing expressions to different data types
1818
parse_collate.c assign collation information in completed expressions
1919
parse_cte.c handle Common Table Expressions (WITH clauses)
2020
parse_expr.c handle expressions like col, col + 3, x = 3 or x = 4
21+
parse_enr.c handle ephemeral named rels (trigger transition tables, ...)
2122
parse_func.c handle functions, table.column and column identifiers
23+
parse_jsontable.c handle JSON_TABLE
24+
parse_merge.c handle MERGE
2225
parse_node.c create nodes for various structures
2326
parse_oper.c handle operators in expressions
2427
parse_param.c handle Params (for the cases used in the core backend)

0 commit comments

Comments
 (0)