]> granicus.if.org Git - postgresql/commitdiff
Update FAQ.
authorBruce Momjian <bruce@momjian.us>
Mon, 9 Apr 2001 19:28:01 +0000 (19:28 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 9 Apr 2001 19:28:01 +0000 (19:28 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 744d548c2fd1ca49decd0240682a301b32032f22..1f69e7b3b3b1a0845f83b34bf20dd5eacaf00d4b 100644 (file)
--- 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)
    
    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?
    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?
     
index 28a8ea6d47b88797b9f4ee70e3db2e3cecca0fe4..8970028676f3ab9faff0f0f241f511bfc9a87b33 100644 (file)
@@ -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>
     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.
     <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>