diff options
Diffstat (limited to 'src/backend/parser/README')
| -rw-r--r-- | src/backend/parser/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/parser/README b/src/backend/parser/README index 402f193bc6..b67e1909d9 100644 --- a/src/backend/parser/README +++ b/src/backend/parser/README @@ -12,7 +12,7 @@ parse_clause.c handle clauses like WHERE, ORDER BY, GROUP BY, ... parse_expr.c handle expressions like col, col + 3, x = 3 or x = 4 parse_oper.c handle operations in expressions parse_agg.c handle aggregates, like SUM(col1), AVG(col2), ... -parse_func.c handle functions like date_part(col3), trim(col4), ... +parse_func.c handle functions, table.column and column identifiers parse_node.c create nodes for various structures parse_target.c handle the result list of the query |
