From 8ee2a822478f1f3c71073ed6c63d0a54d6566c3c Mon Sep 17 00:00:00 2001 From: Gurjeet Singh Date: Sat, 27 May 2023 14:54:50 -0700 Subject: [PATCH v1] Document that the server starts only if at least 1 tcp/ip connection can be established --- doc/src/sgml/config.sgml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index d190be1925..53d50ff4bb 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -659,7 +659,12 @@ include_dir 'conf.d' to it. The default value is localhost, which allows only local TCP/IP loopback connections to be - made. While client authentication (port + on at least one TCP/IP address. If server is unable to open + port on a TCP/IP address, it emits a warning. + + + While client authentication () allows fine-grained control over who can access the server, listen_addresses controls which interfaces accept connection attempts, which -- 2.35.1