diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-02-07 16:32:47 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-02-07 16:32:47 +0000 |
commit | 2424483c23ed9791413a482fb75a9df1794b39fc (patch) | |
tree | a35388be9d2c92394866c76e7f59b5f1c00edf8e /doc/src/FAQ/FAQ.html | |
parent | ca5d71cd07b6c2df62ae6bf7810051af88767d9e (diff) | |
download | postgresql-2424483c23ed9791413a482fb75a9df1794b39fc.tar.gz postgresql-2424483c23ed9791413a482fb75a9df1794b39fc.zip |
Update FAQ.
Diffstat (limited to 'doc/src/FAQ/FAQ.html')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index d41ee72b345..3e22ddcb9b2 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 <P>The <I>~</I> operator does regular expression matching, and <I>~*</I> does case-insensitive regular expression matching. The case-insensitive variant of <SMALL>LIKE</SMALL> is called - <SMALL>ILIKE</SMALL>.</P> + <SMALL>ILIKE</SMALL> and will appear in 7.1.</P> <H4><A name="4.14">4.14</A>) In a query, how do I detect if a field is <SMALL>NULL</SMALL>?</H4> |