Update null storage description.
authorBruce Momjian
Sun, 25 Jan 2004 02:28:43 +0000 (02:28 +0000)
committerBruce Momjian
Sun, 25 Jan 2004 02:28:43 +0000 (02:28 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index f607367acb9c52972d330830534942f6dd50b277..1a87ef509d52b4787971ed7af9d018f4f97ea325 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Fri Jan 23 09:41:43 EST 2004
+   Last updated: Sat Jan 24 21:28:41 EST 2004
    
    Current maintainer: Bruce Momjian ([email protected])
    
    Indexes do not require as much overhead, but do contain the data that
    is being indexed, so they can be large also.
    
-   NULLs are stored in bitmaps, so they use very little space.
+   NULLs are stored as bitmaps, so they use very little space.
    
     4.7) How do I find out what tables, indexes, databases, and users are
     defined?
index 4c4210efa1afb72d7d42089cd33cb13ffa7bdcf9..76009e77c04dc3ea022fe27dd9100cc2ccc30c2d 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Fri Jan 23 09:41:43 EST 2004

+    

Last updated: Sat Jan 24 21:28:41 EST 2004

 
     

Current maintainer: Bruce Momjian (

     

Indexes do not require as much overhead, but do contain the data

     that is being indexed, so they can be large also.

 
-    

NULLs are stored in bitmaps, so they

+    

NULLs are stored as bitmaps, so they

     use very little space.

     
     

4.7) How do I find out what tables, indexes,