Merge pull request #257504 from SuperSandro2000/postgres-doc

nixos/postgresql: point doc link to current like all others
This commit is contained in:
Thomas Gerbet 2023-12-15 00:43:13 +01:00 committed by GitHub
commit a9da4c2260
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -404,7 +404,7 @@ in
default = {};
description = lib.mdDoc ''
PostgreSQL configuration. Refer to
<https://www.postgresql.org/docs/15/config-setting.html#CONFIG-SETTING-CONFIGURATION-FILE>
<https://www.postgresql.org/docs/current/config-setting.html#CONFIG-SETTING-CONFIGURATION-FILE>
for an overview of `postgresql.conf`.
::: {.note}