Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
2424483c
Commit
2424483c
authored
Feb 07, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update FAQ.
parent
ca5d71cd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/FAQ
doc/FAQ
+1
-1
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ.html
+1
-1
No files found.
doc/FAQ
View file @
2424483c
...
@@ -757,7 +757,7 @@ Maximum number of indexes on a table? unlimited
...
@@ -757,7 +757,7 @@ Maximum number of indexes on a table? unlimited
The ~ operator does regular expression matching, and ~* does
The ~ operator does regular expression matching, and ~* does
case-insensitive regular expression matching. The case-insensitive
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?
4.14) In a query, how do I detect if a field is NULL?
...
...
doc/src/FAQ/FAQ.html
View file @
2424483c
...
@@ -965,7 +965,7 @@ Maximum number of indexes on a table? unlimited
...
@@ -965,7 +965,7 @@ Maximum number of indexes on a table? unlimited
<P>
The
<I>
~
</I>
operator does regular expression matching, and
<P>
The
<I>
~
</I>
operator does regular expression matching, and
<I>
~*
</I>
does case-insensitive regular expression matching. The
<I>
~*
</I>
does case-insensitive regular expression matching. The
case-insensitive variant of
<SMALL>
LIKE
</SMALL>
is called
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
<H4><A
name=
"4.14"
>
4.14
</A>
) In a query, how do I detect if a field
is
<SMALL>
NULL
</SMALL>
?
</H4>
is
<SMALL>
NULL
</SMALL>
?
</H4>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment