Replies: 1 comment
-
Yes, this was the intention; we collaborated with DuckDB to get the EXPLAIN support in JSON added, but we haven't gotten around to implementing this in pg_duckdb. PR would be welcome here. |
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
-
Why do you want this feature?
Currently, the
EXPLAIN
output is in DuckDB format, which tends to be lengthy and doesn't integrate well with PostgresIt would be more user-friendly to have the
EXPLAIN
output in a Postgres-like formatI noticed that DuckDB allows specifying the EXPLAIN output format
So one possible implementation could involve generating the output in JSON format first and then formatting it to resemble Postgres
Beta Was this translation helpful? Give feedback.
All reactions