8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5344723 commit 9853bf6Copy full SHA for 9853bf6
src/backend/parser/README
@@ -18,7 +18,10 @@ parse_coerce.c handle coercing expressions to different data types
18
parse_collate.c assign collation information in completed expressions
19
parse_cte.c handle Common Table Expressions (WITH clauses)
20
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, ...)
22
parse_func.c handle functions, table.column and column identifiers
23
+parse_jsontable.c handle JSON_TABLE
24
+parse_merge.c handle MERGE
25
parse_node.c create nodes for various structures
26
parse_oper.c handle operators in expressions
27
parse_param.c handle Params (for the cases used in the core backend)
0 commit comments