Enable stats statements temporarily on Postgres
this is due to the below fix failing https://github.com/NuschtOS/nixos-modules/pull/234
This commit is contained in:
parent
e14a004180
commit
9b42a703d2
@ -19,6 +19,8 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableJIT = true;
|
enableJIT = true;
|
||||||
package = pkgs.postgresql_16;
|
package = pkgs.postgresql_16;
|
||||||
|
enableAllPreloadedLibraries = true;
|
||||||
|
configurePgStatStatements = 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