Update FAQ.
authorBruce Momjian
Tue, 25 Jun 2002 03:35:13 +0000 (03:35 +0000)
committerBruce Momjian
Tue, 25 Jun 2002 03:35:13 +0000 (03:35 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 9c2f01a3e5387b42a5c97b62d82d5197c0a2a496..6771e9447f07ebd8d4aea9f2a980af120b7ca7d0 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Mon Jun 24 23:32:16 EDT 2002
+   Last updated: Mon Jun 24 23:35:08 EDT 2002
    
    Current maintainer: Bruce Momjian ([email protected])
    
        of the string, i.e.:
        
      * LIKE patterns must not start with %.
-     * ~(regular expression) patterns must start with ^.
+     * ~ (regular expression) patterns must start with ^.
        
      The search string can not start with a character class, e.g. [a-e].
    
    Instead, use functional indexes, which are described later in this
    FAQ.
    
-     The default C local must have been used during initdb.
+     The default C local must be used during initdb.
    
     4.9) How do I see how the query optimizer is evaluating my query?
     
index ab108d984d12d8782d467f3baf2cef7a7c4e3a21..35f5024d19f6fa3ebbdfd8b40cf50ad52f2b6a49 100644 (file)
@@ -14,7 +14,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Mon Jun 24 23:32:16 EDT 2002

+    

Last updated: Mon Jun 24 23:35:08 EDT 2002

 
     

Current maintainer: Bruce Momjian (

     of the string, i.e.:
     
         
  • LIKE patterns must not start with %.
  • -    
  • ~(regular expression) patterns must start with
  • +    
  • ~ (regular expression) patterns must start with
  •      ^.
         
         
  • The search string can not start with a character class,
  •      
  • Case-insensitive searches like ILIKE and
  •      ~* can not be used.  Instead, use functional
         indexes, which are described later in this FAQ.
    -    
  • The default C local must have been used during
  • +    
  • The default C local must be used during
  •      initdb.