From 125bfb3892f6e14eaab191ed57ea2765bece3411 Mon Sep 17 00:00:00 2001 From: Hans van Zijst Date: Mon, 4 Nov 2024 16:49:15 +0100 Subject: [PATCH] Syntax corrected: empty value needs to be quoted. --- postgresql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql/README.md b/postgresql/README.md index 84e5511..92f3e6c 100644 --- a/postgresql/README.md +++ b/postgresql/README.md @@ -47,7 +47,7 @@ easier to protect), make the aforementioned option explicitly empty and uncomment it: ``` -listen_addresses = +listen_addresses = '' ``` Check these options to make sure the socket is placed in the right spot and