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

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}