+2
nixos/doc/manual/release-notes/rl-2311.section.md
+2
nixos/doc/manual/release-notes/rl-2311.section.md
···If you use this feature, updates to CoreDNS may require updating `vendorHash` by following these steps again.- `fusuma` now enables the following plugins: [appmatcher](https://github.com/iberianpig/fusuma-plugin-appmatcher), [keypress](https://github.com/iberianpig/fusuma-plugin-keypress), [sendkey](https://github.com/iberianpig/fusuma-plugin-sendkey), [tap](https://github.com/iberianpig/fusuma-plugin-tap) and [wmctrl](https://github.com/iberianpig/fusuma-plugin-wmctrl).
+2
-2
nixos/modules/services/backup/postgresql-wal-receiver.nix
+2
-2
nixos/modules/services/backup/postgresql-wal-receiver.nix
······
+16
-16
nixos/modules/services/databases/postgresql.md
+16
-16
nixos/modules/services/databases/postgresql.md
···-Note that you are required to specify the desired version of PostgreSQL (e.g. `pkgs.postgresql_11`). Since upgrading your PostgreSQL version requires a database dump and reload (see below), NixOS cannot provide a default value for [](#opt-services.postgresql.package) such as the most recent release of PostgreSQL.+Note that you are required to specify the desired version of PostgreSQL (e.g. `pkgs.postgresql_15`). Since upgrading your PostgreSQL version requires a database dump and reload (see below), NixOS cannot provide a default value for [](#opt-services.postgresql.package) such as the most recent release of PostgreSQL.···-Plugins collection for each PostgreSQL version can be accessed with `.pkgs`. For example, for `pkgs.postgresql_11` package, its plugin collection is accessed by `pkgs.postgresql_11.pkgs`:+Plugins collection for each PostgreSQL version can be accessed with `.pkgs`. For example, for `pkgs.postgresql_15` package, its plugin collection is accessed by `pkgs.postgresql_15.pkgs`:···You can build custom PostgreSQL-with-plugins (to be used outside of NixOS) using function `.withPackages`. For example, creating a custom PostgreSQL package in an overlay can look like:···
+5
-5
nixos/modules/services/databases/postgresql.nix
+5
-5
nixos/modules/services/databases/postgresql.nix
······defaultText = literalExpression ''"/var/lib/postgresql/''${config.services.postgresql.package.psqlSchema}"'';·········
+2
-2
pkgs/applications/misc/glom/default.nix
+2
-2
pkgs/applications/misc/glom/default.nix
······
-11
pkgs/servers/sql/postgresql/default.nix
-11
pkgs/servers/sql/postgresql/default.nix
···
-4
pkgs/top-level/all-packages.nix
-4
pkgs/top-level/all-packages.nix
······