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

Commit4b9ca27

Browse files
committed
Update tcp connection faq.
1 parent93c3baa commit4b9ca27

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

‎doc/FAQ

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated:Mon Aug23 17:51:33 EDT 2004
4+
Last updated:Wed Aug25 23:18:13 EDT 2004
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -488,10 +488,10 @@
488488
3.5) How do I control connections from other hosts?
489489

490490
By default, PostgreSQL only allows connections from the local machine
491-
using Unix domain sockets. Other machines will not be able to connect
492-
unless you turn on tcpip_sockets in the postgresql.conf and enable
493-
host-based authentication by modifying the file $PGDATA/pg_hba.conf
494-
accordingly. This will allow TCP/IP connections.
491+
using Unix domain sockets or TCP/IP connections. Other machines will
492+
not be able to connect unless you modify listen_addresses in the
493+
postgresql.conf and enablehost-based authentication by modifying the
494+
file $PGDATA/pg_hba.conf accordingly.
495495

496496
3.6) How do I tune the database engine for better performance?
497497

‎doc/src/FAQ/FAQ.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated:Mon Aug23 17:51:33 EDT 2004</P>
13+
<P>Last updated:Wed Aug25 23:18:13 EDT 2004</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<Ahref=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -635,11 +635,11 @@ <H4><A name="3.5">3.5</A>) How do I control connections from other
635635
hosts?</H4>
636636

637637
<P>By default, PostgreSQL only allows connections from the local
638-
machine using Unix domain sockets. Other machines will not be able
639-
to connect unless you turn on tcpip_sockets in the postgresql.conf
640-
<B>and</B> enable host-based authentication by modifying the file
641-
<I>$PGDATA/pg_hba.conf</I> accordingly. This will allow TCP/IP
642-
connections.</P>
638+
machine using Unix domain sockets or TCP/IP connections. Other
639+
machines will not be able to connect unless you modify
640+
listen_addresses in the postgresql.conf<B>and</B> enable
641+
host-based authentication by modifying the file
642+
<I>$PGDATA/pg_hba.conf</I> accordingly.</P>
643643

644644
<H4><Aname="3.6">3.6</A>) How do I tune the database engine for
645645
better performance?</H4>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp