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
e47d6d44
Commit
e47d6d44
authored
24 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update FAQ.
parent
f34fa8ba
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
+6
-3
6 additions, 3 deletions
doc/FAQ
doc/src/FAQ/FAQ.html
+7
-3
7 additions, 3 deletions
doc/src/FAQ/FAQ.html
with
13 additions
and
6 deletions
doc/FAQ
+
6
−
3
View file @
e47d6d44
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Su
n Apr
8
1
8:51:15
EDT 2001
Last updated:
Mo
n Apr
9
1
5:27:47
EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -438,7 +438,8 @@
kernel. The exact amount you need depends on your architecture and how
many buffers and backend processes you configure for the postmaster.
For most systems, with default numbers of buffers and processes, you
need a minimum of ~1MB.
need a minimum of ~1MB. See the PostgreSQL Administrator's Guide for
more detailed information about shared memory and semaphores.
3.4) When I try to start the postmaster, I get IpcSemaphoreCreate errors.
Why?
...
...
@@ -452,7 +453,9 @@
increase your kernel's SEMMNS and SEMMNI parameters.
If the error message is something else, you might not have semaphore
support configured in your kernel at all.
support configured in your kernel at all. See the PostgreSQL
Administrator's Guide for more detailed information about shared
memory and semaphores.
3.5) How do I prevent other hosts from accessing my PostgreSQL database?
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
7
−
3
View file @
e47d6d44
...
...
@@ -12,7 +12,7 @@
alink=
"#0000FF"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated:
Su
n Apr
8
1
8:51:15
EDT 2001
</P>
<P>
Last updated:
Mo
n Apr
9
1
5:27:47
EDT 2001
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
...
@@ -582,7 +582,9 @@
kernel. The exact amount you need depends on your architecture and
how many buffers and backend processes you configure for the
<I>
postmaster.
</I>
For most systems, with default numbers of
buffers and processes, you need a minimum of ~1MB.
</P>
buffers and processes, you need a minimum of ~1MB.
See the PostgreSQL Administrator's Guide for more detailed
information about shared memory and semaphores.
</P>
<H4><A
name=
"3.4"
>
3.4
</A>
) When I try to start the
<I>
postmaster,
</I>
I get
<I>
IpcSemaphoreCreate
</I>
errors.
...
...
@@ -598,7 +600,9 @@
<SMALL>
SEMMNS
</SMALL>
and
<SMALL>
SEMMNI
</SMALL>
parameters.
</P>
<P>
If the error message is something else, you might not have
semaphore support configured in your kernel at all.
</P>
semaphore support configured in your kernel at all.
See the PostgreSQL Administrator's Guide for more detailed
information about shared memory and semaphores.
</P>
<H4><A
name=
"3.5"
>
3.5
</A>
) How do I prevent other hosts from
accessing my PostgreSQL database?
</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