Update FAQ.
authorBruce Momjian
Wed, 7 Feb 2001 16:33:32 +0000 (16:33 +0000)
committerBruce Momjian
Wed, 7 Feb 2001 16:33:32 +0000 (16:33 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index e8df9f418ad798f898dca07bcd5d39300229ad73..7057213a70f1a2da28a9d2ea9bddbea3dbd27b82 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -757,7 +757,7 @@ Maximum number of indexes on a table?    unlimited
     
    The ~ operator does regular expression matching, and ~* does
    case-insensitive regular expression matching. The case-insensitive
-   variant of LIKE is called ILIKE and will appear in 7.1.
+   variant of LIKE is called ILIKE in PostgreSQL 7.1 and later.
    
     4.14) In a query, how do I detect if a field is NULL?
     
index 3e22ddcb9b2b3cae95cb6f5e6047a4c64f54ad1c..4324be49e4095e9f05128f861e011f4ff1b69b5d 100644 (file)
@@ -965,7 +965,7 @@ Maximum number of indexes on a table?    unlimited
     

The ~ operator does regular expression matching, and

     ~* does case-insensitive regular expression matching. The
     case-insensitive variant of LIKE is called
-    ILIKE and will appear in 7.1.

+    ILIKE in PostgreSQL 7.1 and later.

 
     

4.14) In a query, how do I detect if a field

     is NULL?