Merge pull request 'remove preloadAllExtensions from postgres' (#94) from update_flake_lock_action into main
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 20s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m54s
Check Nix flake / Perform Nix flake checks (push) Successful in 7m29s
Update flakes / update_lockfile (push) Successful in 19m41s
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 20s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m54s
Check Nix flake / Perform Nix flake checks (push) Successful in 7m29s
Update flakes / update_lockfile (push) Successful in 19m41s
Reviewed-on: #94
This commit is contained in:
commit
690f9ccb50
@ -21,7 +21,7 @@ in
|
|||||||
package = pkgs.postgresql_16;
|
package = pkgs.postgresql_16;
|
||||||
configurePgStatStatements = true;
|
configurePgStatStatements = true;
|
||||||
enableAllPreloadedLibraries = true;
|
enableAllPreloadedLibraries = true;
|
||||||
preloadAllExtensions = true;
|
#preloadAllExtensions = true;
|
||||||
identMap = ''
|
identMap = ''
|
||||||
# ArbitraryMapName systemUser DBUser
|
# ArbitraryMapName systemUser DBUser
|
||||||
superuser_map root postgres
|
superuser_map root postgres
|
||||||
|
Loading…
x
Reference in New Issue
Block a user