Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit96c229d

Browse files
committed
Improve documentation of virtual_host parameter: old text failed to
indicate that you could specify multiple listen addresses.
1 parent3f01eba commit96c229d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.243 2004/03/01 17:58:39 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.244 2004/03/05 23:16:17 tgl Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -700,9 +700,11 @@ SET ENABLE_SEQSCAN TO OFF;
700700
<term><varname>virtual_host</varname> (<type>string</type>)</term>
701701
<listitem>
702702
<para>
703-
Specifies the host name or IP address on which the server is
704-
to listen for connections from client applications. The
705-
default is to listen on all configured addresses (including
703+
Specifies the IP address(es) on which the server is
704+
to listen for connections from client applications. If specified,
705+
it takes the form of a space-separated list of host names and/or
706+
numeric IP addresses. If the list is empty, the server listens
707+
on all available addresses (including
706708
<systemitem class="systemname">localhost</>).
707709
</para>
708710
</listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp