Skip to content
Snippets Groups Projects
Commit 691bb1d2 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Spelling fix.

parent 48e2bb13
Branches
Tags
No related merge requests found
Frequently Asked Questions (FAQ) for PostgreSQL Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Sun Jan 16 22:01:06 EST 2005 Last updated: Sun Jan 16 23:27:08 EST 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -799,7 +799,7 @@ log_* ...@@ -799,7 +799,7 @@ log_*
+ ~ (regular expression) patterns must start with ^. + ~ (regular expression) patterns must start with ^.
* The search string can not start with a character class, e.g. * The search string can not start with a character class, e.g.
[a-e]. [a-e].
* Case-insensitive searches such as ILIKE and ~* do not utilise * Case-insensitive searches such as ILIKE and ~* do not utilize
indexes. Instead, use functional indexes, which are described in indexes. Instead, use functional indexes, which are described in
section 4.11. section 4.11.
* The default C locale must be used during initdb because it is not * The default C locale must be used during initdb because it is not
... ...
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
alink="#0000ff"> alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
<P>Last updated: Sun Jan 16 22:01:06 EST 2005</P> <P>Last updated: Sun Jan 16 23:27:08 EST 2005</P>
<P>Current maintainer: Bruce Momjian (<A href= <P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
...@@ -995,7 +995,7 @@ ...@@ -995,7 +995,7 @@
<LI>The search string can not start with a character class, <LI>The search string can not start with a character class,
e.g. [a-e].</LI> e.g. [a-e].</LI>
<LI>Case-insensitive searches such as <SMALL>ILIKE</SMALL> and <LI>Case-insensitive searches such as <SMALL>ILIKE</SMALL> and
<I>~*</I> do not utilise indexes. Instead, use functional <I>~*</I> do not utilize indexes. Instead, use functional
indexes, which are described in section <a href="#4.11">4.11</a>.</LI> indexes, which are described in section <a href="#4.11">4.11</a>.</LI>
<LI>The default <I>C</I> locale must be used during <LI>The default <I>C</I> locale must be used during
<i>initdb</i> because it is not possible to know the next-greater <i>initdb</i> because it is not possible to know the next-greater
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment