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
4b9ca271
Commit
4b9ca271
authored
Aug 26, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update tcp connection faq.
parent
93c3baa9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
doc/FAQ
doc/FAQ
+5
-5
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ.html
+6
-6
No files found.
doc/FAQ
View file @
4b9ca271
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Mon Aug 23 17:51:3
3 EDT 2004
Last updated:
Wed Aug 25 23:18:1
3 EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -488,10 +488,10 @@
3.5) How do I control connections from other hosts?
By default, PostgreSQL only allows connections from the local machine
using Unix domain sockets
. Other machines will not be able to connect
unless you turn on tcpip_sockets in the postgresql.conf and enabl
e
host-based authentication by modifying the file $PGDATA/pg_hba.conf
accordingly. This will allow TCP/IP connections
.
using Unix domain sockets
or TCP/IP connections. Other machines will
not be able to connect unless you modify listen_addresses in th
e
postgresql.conf and enable host-based authentication by modifying the
file $PGDATA/pg_hba.conf accordingly
.
3.6) How do I tune the database engine for better performance?
...
...
doc/src/FAQ/FAQ.html
View file @
4b9ca271
...
...
@@ -10,7 +10,7 @@
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated:
Mon Aug 23 17:51:3
3 EDT 2004
</P>
<P>
Last updated:
Wed Aug 25 23:18:1
3 EDT 2004
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
...
@@ -635,11 +635,11 @@
hosts?
</H4>
<P>
By default, PostgreSQL only allows connections from the local
machine using Unix domain sockets
. Other machines will not be able
to connect unless you turn on tcpip_sockets in the postgresql.conf
<B>
and
</B>
enable host-based authentication by modifying the fi
le
<I>
$PGDATA/pg_hba.conf
</I>
accordingly. This will allow TCP/IP
connections
.
</P>
machine using Unix domain sockets
or TCP/IP connections. Other
machines will not be able to connect unless you modify
listen_addresses in the postgresql.conf
<B>
and
</B>
enab
le
host-based authentication by modifying the file
<I>
$PGDATA/pg_hba.conf
</I>
accordingly
.
</P>
<H4><A
name=
"3.6"
>
3.6
</A>
) How do I tune the database engine for
better performance?
</H4>
...
...
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