We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5344723 commit9853bf6Copy full SHA for 9853bf6
src/backend/parser/README
@@ -18,7 +18,10 @@ parse_coerce.chandle coercing expressions to different data types
18
parse_collate.cassign collation information in completed expressions
19
parse_cte.chandle Common Table Expressions (WITH clauses)
20
parse_expr.chandle expressions like col, col + 3, x = 3 or x = 4
21
+parse_enr.chandle ephemeral named rels (trigger transition tables, ...)
22
parse_func.chandle functions, table.column and column identifiers
23
+parse_jsontable.c handle JSON_TABLE
24
+parse_merge.chandle MERGE
25
parse_node.ccreate nodes for various structures
26
parse_oper.chandle operators in expressions
27
parse_param.chandle Params (for the cases used in the core backend)