summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian2024-11-01 17:14:46 +0000
committerBruce Momjian2024-11-01 17:15:09 +0000
commit1eb5564230a3b82f7f8e8b91b93114dbde66c811 (patch)
tree62823f81e33060cc907338b57f2e4bda5dfe85c3 /doc/src
parentcf590c568d0535785d594f79dcdaafdfeb46ac2f (diff)
doc: Add link to listen_addresses as cause of connection failure
Reported-by: [email protected] Discussion: https://postgr.es/m/[email protected] Backpatch-through: master
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/runtime.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index a47fa67b380..bcd81e24158 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 <quote>I couldn't find a server to talk
to</quote> 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 <xref linkend="guc-listen-addresses"/> so that the server
+ accepts remote TCP connections.
</para>
<para>