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
e47d6d44
Commit
e47d6d44
authored
Apr 09, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update FAQ.
parent
f34fa8ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
6 deletions
+13
-6
doc/FAQ
doc/FAQ
+6
-3
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ.html
+7
-3
No files found.
doc/FAQ
View file @
e47d6d44
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Sun Apr 8 18:51:15
EDT 2001
Last updated:
Mon Apr 9 15: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?
...
...
doc/src/FAQ/FAQ.html
View file @
e47d6d44
...
...
@@ -12,7 +12,7 @@
alink=
"#0000FF"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated:
Sun Apr 8 18:51:15
EDT 2001
</P>
<P>
Last updated:
Mon Apr 9 15: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>
...
...
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