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

spell cleanups

This commit is contained in:
Bruce Momjian
2000-07-22 04:30:27 +00:00
parent 4bdb348628
commit 4140085adb
11 changed files with 30 additions and 30 deletions

View File

@ -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