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.
2 parents 342403b + b7067b8 commit 9429db3Copy full SHA for 9429db3
src/pgsql-helper.cpp
@@ -48,7 +48,7 @@ void create_geom_check_trigger(pg_conn_t *db_connection,
48
" END IF;\n"
49
" RETURN NULL;\n"
50
"END;"
51
- "$$ LANGUAGE plpgsql IMMUTABLE;"_format(func_name, geom_column));
+ "$$ LANGUAGE plpgsql;"_format(func_name, geom_column));
52
53
db_connection->exec(
54
"CREATE TRIGGER \"{}\""
0 commit comments