Add index mention:
authorBruce Momjian
Wed, 1 Sep 2004 03:28:15 +0000 (03:28 +0000)
committerBruce Momjian
Wed, 1 Sep 2004 03:28:15 +0000 (03:28 +0000)
    

In pre-8.0 releases, indexes often can not be used unless the data
    types exactly match the index's column types.  This is particularly
    true of int2, int8, and numeric column indexes.



doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index dadedbbfb44c3268636be4d5025d0f476563d5ed..3c43a8b32d030d4f675dd6797369e4343e5f4409 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Wed Aug 25 23:18:13 EDT 2004
+   Last updated: Tue Aug 31 23:28:02 EDT 2004
    
    Current maintainer: Bruce Momjian ([email protected])
    
        section 4.12.
      * The default C locale must be used during initdb.
        
+   In pre-8.0 releases, indexes often can not be used unless the data
+   types exactly match the index's column types. This is particularly
+   true of int2, int8, and numeric column indexes.
+   
     4.9) How do I see how the query optimizer is evaluating my query?
     
    See the EXPLAIN manual page.
index 37e4c969c529a6f9443375c1e99763104a067087..47c00659bc6b2b335f7a4a8babe81ecbf8c78208 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Wed Aug 25 23:18:13 EDT 2004

+    

Last updated: Tue Aug 31 23:28:02 EDT 2004

 
     

Current maintainer: Bruce Momjian (

     
     

 
+    

In pre-8.0 releases, indexes often can not be used unless the data

+    types exactly match the index's column types.  This is particularly
+    true of int2, int8, and numeric column indexes.

+
     

4.9) How do I see how the query optimizer is

     evaluating my query?