Commit 41f89e3b authored by Bruce Momjian's avatar Bruce Momjian

Document the purpose of the GUC listen_addresses.

parent 35a173ab
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.229 2009/09/22 23:43:37 tgl Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.230 2009/10/03 23:10:47 momjian Exp $ -->
<chapter Id="runtime-config"> <chapter Id="runtime-config">
<title>Server Configuration</title> <title>Server Configuration</title>
...@@ -329,8 +329,14 @@ SET ENABLE_SEQSCAN TO OFF; ...@@ -329,8 +329,14 @@ SET ENABLE_SEQSCAN TO OFF;
at all, in which case only Unix-domain sockets can be used to connect at all, in which case only Unix-domain sockets can be used to connect
to it. to it.
The default value is <systemitem class="systemname">localhost</>, The default value is <systemitem class="systemname">localhost</>,
which allows only local <quote>loopback</> connections to be made. which allows only local <quote>loopback</> connections to be
This parameter can only be set at server start. made. While client authentication (<xref
linkend="client-authentication">) allows fine-grained control
over who can access the server, <varname>listen_addresses</varname>
controls which interfaces accept connection attempts, which
can help prevent repeated malicious connection requests on
insecure network interfaces. This parameter can only be set
at server start.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment