23.5. For Developers #
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
EXPLAINplan of a Postgres Pro scan at theNOTICElog level. This parameter is useful for debugging query execution and understanding how DuckDB interacts with Postgres Pro tables.Default value: false.
Access: All users.