mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
spell cleanups
This commit is contained in:
@ -115,7 +115,7 @@ evaluating my query?<BR>
|
||||
<A HREF="#4.12">4.12</A>) What is Genetic Query Optimization?<BR>
|
||||
|
||||
<A HREF="#4.13">4.13</A>) How do I do regular expression searches
|
||||
and case-insensitive regexp searching?<BR>
|
||||
and case-insensitive regular expression searching?<BR>
|
||||
<A HREF="#4.14">4.14</A>) In a query, how do I detect if a field
|
||||
is NULL?<BR>
|
||||
<A HREF="#4.15">4.15</A>) What is the difference between the
|
||||
@ -351,7 +351,7 @@ http://www.PostgreSQL.org/docs/postgres.</A>
|
||||
in the distribution.
|
||||
<P>
|
||||
|
||||
There is a PostgreSQL book availiable at <A
|
||||
There is a PostgreSQL book available at <A
|
||||
HREF="http://www.PostgreSQL.org/docs/awbook.html">
|
||||
http://www.PostgreSQL.org/docs/awbook.html</A><P>
|
||||
|
||||
@ -982,7 +982,7 @@ For further information see the documentation.
|
||||
|
||||
|
||||
<H4><A NAME="4.13">4.13</A>) How do I do regular expression searches and
|
||||
case-insensitive regexp searching?</H4><P>
|
||||
case-insensitive regular expression searching?</H4><P>
|
||||
|
||||
The <I>~</I> operator does regular-expression matching, and <I>~*</I>
|
||||
does case-insensitive regular-expression matching. There is no
|
||||
|
Reference in New Issue
Block a user