mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
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
This commit is contained in:
@ -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
|
This is the generic <quote>I couldn't find a server to talk
|
||||||
to</quote> failure. It looks like the above when TCP/IP
|
to</quote> failure. It looks like the above when TCP/IP
|
||||||
communication is attempted. A common mistake is to forget to
|
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>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Reference in New Issue
Block a user