Replies: 2 comments
-
Some discussion about this is also happening here: #516 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@rchui what function is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Even though you can install the JSON extension on duckdb, set it to enabled, and the documentation states that the JSON extension is supported by pg_duckdb not all functions are supported. Notably the JSON agg functions are not supported in pg_duckdb and will result in a query error.
Attempting to run a query with
json_object_array
Results in an error
Beta Was this translation helpful? Give feedback.
All reactions