Skip to content

Commit 43eb2c5

Browse files
committed
Update parser README to include parse_jsontable.c
The README was missing parse_jsontable.c which handles JSON_TABLE. Oversight in de36004. Author: Karthik S <karthikselvaam@gmail.com> Discussion: https://postgr.es/m/CAK4gQD9gdcj+vq_FZGp=Rv-W+41v8_C7cmCUmDeu=cfrOdfXEw@mail.gmail.com Backpatch-through: 17
1 parent 06473f5 commit 43eb2c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/parser/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ parse_cte.c handle Common Table Expressions (WITH clauses)
2020
parse_expr.c handle expressions like col, col + 3, x = 3 or x = 4
2121
parse_enr.c handle ephemeral named rels (trigger transition tables, ...)
2222
parse_func.c handle functions, table.column and column identifiers
23+
parse_jsontable.c handle JSON_TABLE
2324
parse_merge.c handle MERGE
2425
parse_node.c create nodes for various structures
2526
parse_oper.c handle operators in expressions

0 commit comments

Comments
 (0)