8000 enable safeupdate · michelp/postgres@a4eec09 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4eec09

Browse files
dragarciadarora
authored andcommitted
enable safeupdate
1 parent ede59e7 commit a4eec09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/files/postgresql_config/postgresql.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ default_text_search_config = 'pg_catalog.english'
719719

720720
#local_preload_libraries = ''
721721
#session_preload_libraries = ''
722-
shared_preload_libraries = 'pg_stat_statements, pgaudit, plpgsql, plpgsql_check, pg_cron, pg_net' # (change requires restart)
722+
shared_preload_libraries = 'pg_stat_statements, pgaudit, plpgsql, plpgsql_check, pg_cron, pg_net, safeupdate' # (change requires restart)
723723
jit_provider = 'llvmjit' # JIT library to use
724724

725725
# - Other Defaults -

common.vars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"postgres-version": "14.1.0.7"
2+
"postgres-version": "14.1.0.8"
33
}

0 commit comments

Comments
 (0)
0