Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1eb5564

Browse files
committed
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
1 parent cf590c5 commit 1eb5564

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,8 @@ psql: error: connection to server at "server.joe.com" (123.123.123.123), port 54
637637
This is the generic <quote>I couldn't find a server to talk
638638
to</quote> failure. It looks like the above when TCP/IP
639639
communication is attempted. A common mistake is to forget to
640-
configure the server to allow TCP/IP connections.
640+
configure <xref linkend="guc-listen-addresses"/> so that the server
641+
accepts remote TCP connections.
641642
</para>
642643

643644
<para>

0 commit comments

Comments
 (0)