From e47d6d440eac6f6cb280459bc5ecab67be86e93c Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Mon, 9 Apr 2001 19:28:01 +0000
Subject: [PATCH] Update FAQ.
---
doc/FAQ | 9 ++++++---
doc/src/FAQ/FAQ.html | 10 +++++++---
2 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/doc/FAQ b/doc/FAQ
index 744d548c2f..1f69e7b3b3 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
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?
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index 28a8ea6d47..8970028676 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -12,7 +12,7 @@
alink="#0000FF">
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)
@@ -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
postmaster. For most systems, with default numbers of
- buffers and processes, you need a minimum of ~1MB.
+ buffers and processes, you 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.
@@ -598,7 +600,9 @@
SEMMNS and SEMMNI parameters.
If the error message is something else, you might not have
- semaphore support configured in your kernel at all.
+ semaphore 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?
--
2.40.0