Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
4b9ca271
Commit
4b9ca271
authored
20 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update tcp connection faq.
parent
93c3baa9
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ
+5
-5
5 additions, 5 deletions
doc/FAQ
doc/src/FAQ/FAQ.html
+6
-6
6 additions, 6 deletions
doc/src/FAQ/FAQ.html
with
11 additions
and
11 deletions
doc/FAQ
+
5
−
5
View file @
4b9ca271
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Mon
Aug 2
3 17:51:3
3 EDT 2004
Last updated:
Wed
Aug 2
5 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?
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
6
−
6
View file @
4b9ca271
...
...
@@ -10,7 +10,7 @@
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated:
Mon
Aug 2
3 17:51:3
3 EDT 2004
</P>
<P>
Last updated:
Wed
Aug 2
5 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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment