From 2424483c23ed9791413a482fb75a9df1794b39fc Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Wed, 7 Feb 2001 16:32:47 +0000
Subject: [PATCH] Update FAQ.
---
doc/FAQ | 2 +-
doc/src/FAQ/FAQ.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/FAQ b/doc/FAQ
index f03733850d..e8df9f418a 100644
--- 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.
+ variant of LIKE is called ILIKE and will appear in 7.1.
4.14) In a query, how do I detect if a field is NULL?
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index d41ee72b34..3e22ddcb9b 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -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.
+ ILIKE and will appear in 7.1.
4.14) In a query, how do I detect if a field
is NULL?
--
2.40.0