Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
a1bb5a48
Commit
a1bb5a48
authored
Mar 11, 2011
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document how listen_addresses can do only IPv4 or IPv6.
parent
30e8b3e5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+3
-1
No files found.
doc/src/sgml/config.sgml
View file @
a1bb5a48
...
@@ -324,7 +324,9 @@ SET ENABLE_SEQSCAN TO OFF;
...
@@ -324,7 +324,9 @@ SET ENABLE_SEQSCAN TO OFF;
to listen for connections from client applications.
to listen for connections from client applications.
The value takes the form of a comma-separated list of host names
The value takes the form of a comma-separated list of host names
and/or numeric IP addresses. The special entry <literal>*</>
and/or numeric IP addresses. The special entry <literal>*</>
corresponds to all available IP interfaces.
corresponds to all available IP interfaces. The entry
<literal>0.0.0.0</> allows listening for all IPv4 addresses and
<literal>::</> allows listening for all IPv6 addresses.
If the list is empty, the server does not listen on any IP interface
If the list is empty, the server does not listen on any IP interface
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment