aboutsummaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-02-07 16:32:47 +0000
committerBruce Momjian <bruce@momjian.us>2001-02-07 16:32:47 +0000
commit2424483c23ed9791413a482fb75a9df1794b39fc (patch)
treea35388be9d2c92394866c76e7f59b5f1c00edf8e /doc/FAQ
parentca5d71cd07b6c2df62ae6bf7810051af88767d9e (diff)
downloadpostgresql-2424483c23ed9791413a482fb75a9df1794b39fc.tar.gz
postgresql-2424483c23ed9791413a482fb75a9df1794b39fc.zip
Update FAQ.
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/FAQ b/doc/FAQ
index f03733850d5..e8df9f418ad 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?