From 1eb5564230a3b82f7f8e8b91b93114dbde66c811 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 1 Nov 2024 13:14:46 -0400 Subject: [PATCH] doc: Add link to listen_addresses as cause of connection failure Reported-by: k.man.113@gmail.com Discussion: https://postgr.es/m/171494070007.703.17021965362263796980@wrigleys.postgresql.org Backpatch-through: master --- doc/src/sgml/runtime.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index a47fa67b38..bcd81e2415 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -637,7 +637,8 @@ psql: error: connection to server at "server.joe.com" (123.123.123.123), port 54 This is the generic I couldn't find a server to talk to failure. It looks like the above when TCP/IP communication is attempted. A common mistake is to forget to - configure the server to allow TCP/IP connections. + configure so that the server + accepts remote TCP connections.