Update src/backend/parser/README

New files have been added to this directory, but not listed here.
Repair.
This commit is contained in:
Alvaro Herrera 2022-07-22 12:53:12 +02:00
parent 5344723755
commit 9853bf6ab0
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE

View File

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