Closed Dtenwolde closed 10 months ago
Queries starting with EXPLAIN are currently not supported. In the future we would like to support this, see sql/explain_duckpgq.test as an example.
EXPLAIN
sql/explain_duckpgq.test
Related to #7
Works as of https://github.com/cwida/duckpgq-extension/pull/71
Queries starting with
EXPLAIN
are currently not supported. In the future we would like to support this, seesql/explain_duckpgq.test
as an example.