aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-02-07 16:33:32 +0000
committerBruce Momjian <bruce@momjian.us>2001-02-07 16:33:32 +0000
commitc9836946ac5f008f196417a37f5e5044c52b6cc0 (patch)
treefcbf06a7934abae3b7943a6d9ce504adcf35e973 /doc/src
parent2424483c23ed9791413a482fb75a9df1794b39fc (diff)
downloadpostgresql-c9836946ac5f008f196417a37f5e5044c52b6cc0.tar.gz
postgresql-c9836946ac5f008f196417a37f5e5044c52b6cc0.zip
Update FAQ.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/FAQ.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index 3e22ddcb9b2..4324be49e40 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> and will appear in 7.1.</P>
+ <SMALL>ILIKE</SMALL> in PostgreSQL 7.1 and later.</P>
<H4><A name="4.14">4.14</A>) In a query, how do I detect if a field
is <SMALL>NULL</SMALL>?</H4>