1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Update FAQ.

This commit is contained in:
Bruce Momjian
2001-02-07 16:33:32 +00:00
parent 2424483c23
commit c9836946ac
2 changed files with 2 additions and 2 deletions

View File

@ -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 and will appear in 7.1.
variant of LIKE is called ILIKE in PostgreSQL 7.1 and later.
4.14) In a query, how do I detect if a field is NULL?