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

Reviewed-on: #94
This commit is contained in:
ahuston-0 2025-05-09 20:33:53 -04:00
commit 690f9ccb50

View File

@ -21,7 +21,7 @@ in
package = pkgs.postgresql_16;
configurePgStatStatements = true;
enableAllPreloadedLibraries = true;
preloadAllExtensions = true;
#preloadAllExtensions = true;
identMap = ''
# ArbitraryMapName systemUser DBUser
superuser_map root postgres