We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752c571 commit 1eac97eCopy full SHA for 1eac97e
src/pgduckdb_guc.cpp
@@ -145,7 +145,7 @@ InitGUC() {
145
DefineCustomVariable("duckdb.force_execution", "Force queries to use DuckDB execution", &duckdb_force_execution);
146
147
DefineCustomVariable("duckdb.unsafe_allow_execution_inside_functions", "Allow DuckDB execution inside functions",
148
- &duckdb_unsafe_allow_execution_inside_functions);
+ &duckdb_unsafe_allow_execution_inside_functions, PGC_SUSET);
149
150
DefineCustomVariable("duckdb.unsafe_allow_mixed_transactions",
151
"Allow mixed transactions between DuckDB and Postgres",
0 commit comments