duckdb.allow_unsigned_extensions #Allows DuckDB to load extensions with invalid or missing signatures. This is mostly useful for the development of DuckDB extensions.
Default value: false.
Access: Superuser-only.
duckdb.log_pg_explain #
Logs the EXPLAIN plan of a Postgres Pro
scan at the NOTICE log level. This parameter is
useful for debugging query
execution and understanding how DuckDB
interacts with Postgres Pro tables.
Default value: false.
Access: All users.