From 487bda45a3c529ef7ad5c99445a6beba506059cb Mon Sep 17 00:00:00 2001 From: Hans van Zijst Date: Mon, 4 Nov 2024 17:34:21 +0100 Subject: [PATCH] Wrong layout, fixed. --- postgresql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/README.md b/postgresql/README.md index 671128d..ae86a94 100644 --- a/postgresql/README.md +++ b/postgresql/README.md @@ -75,7 +75,7 @@ Make sure you add these lines under the one that gives access to the postgres superuser, the first line. -## Tuning +# Tuning This is for later, check [Tuning your PostgreSQL Server](https://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server) on the PostgreSQL wiki.