]> granicus.if.org Git - postgresql/commitdiff
Update FAQ.
authorBruce Momjian <bruce@momjian.us>
Wed, 11 Jul 2001 01:01:56 +0000 (01:01 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 11 Jul 2001 01:01:56 +0000 (01:01 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index ee53f83f3ef1ca0bf62f312b36e93f189ad87b9d..cac7ad5e585ad251c1c2cefffa705f380d74f116 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Mon Jun 18 14:55:56 EDT 2001
+   Last updated: Tue Jul 10 21:01:47 EDT 2001
    
    Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
    
@@ -649,7 +649,7 @@ Maximum number of indexes on a table?    unlimited
    
    The maximum table size of 16TB does not require large file support
    from the operating system. Large tables are stored as multiple 1GB
-   files.
+   files so file system size limits are not important.
    
    The maximum table size and maximum number of columns can be increased
    if the default block size is increased to 32k.
index 1b719f9d8be4f4c37ba2224cea02faea4bb76946..eb6b1fdce62a60fa1bac179d5d70e0c6e697ac1a 100644 (file)
@@ -12,7 +12,7 @@
   alink="#0000FF">
     <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
 
-    <P>Last updated: Mon Jun 18 14:55:56 EDT 2001</P>
+    <P>Last updated: Tue Jul 10 21:01:47 EDT 2001</P>
 
     <P>Current maintainer: Bruce Momjian (<A href=
     "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -841,7 +841,7 @@ Maximum number of indexes on a table?    unlimited
 
     <P>The maximum table size of 16TB does not require large file
     support from the operating system. Large tables are stored as
-    multiple 1GB files.</P>
+    multiple 1GB files so file system size limits are not important.</P>
 
     <P>The maximum table size and maximum number of columns can be
     increased if the default block size is increased to 32k.</P>