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 c53efdf commit 8bf2300Copy full SHA for 8bf2300
src/backend/parser/parse_jsontable.c
@@ -92,6 +92,7 @@ transformJsonTableColumn(JsonTableColumn *jtc, Node *contextItemExpr,
92
common->pathname = NULL;
93
common->expr = makeJsonValueExpr((Expr *) contextItemExpr, default_format);
94
common->passing = passingArgs;
95
+ common->use_tz = true; /* FIXME */
96
97
if (jtc->pathspec)
98
pathspec = jtc->pathspec;
0 commit comments