diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2022-07-22 12:53:12 +0200 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2022-07-22 12:56:21 +0200 |
commit | 9853bf6ab0e3d869d04a3a22959a3c41bf01f0e0 (patch) | |
tree | aa734d4f5a2318d669472e3da7fb53556c58844a /src | |
parent | 5344723755bdbb13d5271ccea181166327c63e97 (diff) | |
download | postgresql-9853bf6ab0e3d869d04a3a22959a3c41bf01f0e0.tar.gz postgresql-9853bf6ab0e3d869d04a3a22959a3c41bf01f0e0.zip |
Update src/backend/parser/README
New files have been added to this directory, but not listed here.
Repair.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/parser/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/backend/parser/README b/src/backend/parser/README index 6d8f19b5ca0..e26eb437a9f 100644 --- a/src/backend/parser/README +++ b/src/backend/parser/README @@ -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) |