From b7343ece654e405192c915eb47037425f7de7dc1 Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Fri, 26 Dec 2025 21:24:21 +0100 Subject: [PATCH] doc: fix rendering issue in postgresql documentation --- nixos/modules/services/databases/postgresql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/databases/postgresql.md b/nixos/modules/services/databases/postgresql.md index 7ff4df971915..d90c503eeab7 100644 --- a/nixos/modules/services/databases/postgresql.md +++ b/nixos/modules/services/databases/postgresql.md @@ -173,7 +173,7 @@ These instructions are also applicable to other versions. Major PostgreSQL upgrades require a downtime and a few imperative steps to be called. This is the case because each major version has some internal changes in the databases' state. Because of that, -NixOS places the state into {file}`/var/lib/postgresql/` where each `version` +NixOS places the state into {file}`/var/lib/postgresql/$psqlSchema` where `$psqlSchema` can be obtained like this: ``` $ nix-instantiate --eval -A postgresql_15.psqlSchema