Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2424483

Browse files
committed
Update FAQ.
1 parent ca5d71c commit 2424483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/FAQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ Maximum number of indexes on a table? unlimited
757757

758758
The ~ operator does regular expression matching, and ~* does
759759
case-insensitive regular expression matching. The case-insensitive
760-
variant of LIKE is called ILIKE.
760+
variant of LIKE is called ILIKE and will appear in 7.1.
761761

762762
4.14) In a query, how do I detect if a field is NULL?
763763

doc/src/FAQ/FAQ.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ <H4><A name="4.13">4.13</A>) How do I perform regular expression
965965
<P>The <I>~</I> operator does regular expression matching, and
966966
<I>~*</I> does case-insensitive regular expression matching. The
967967
case-insensitive variant of <SMALL>LIKE</SMALL> is called
968-
<SMALL>ILIKE</SMALL>.</P>
968+
<SMALL>ILIKE</SMALL> and will appear in 7.1.</P>
969969

970970
<H4><A name="4.14">4.14</A>) In a query, how do I detect if a field
971971
is <SMALL>NULL</SMALL>?</H4>

0 commit comments

Comments
 (0)