Skip to content

Commit 691bb1d

Browse files
committed
Spelling fix.
1 parent 48e2bb1 commit 691bb1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/FAQ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Sun Jan 16 22:01:06 EST 2005
4+
Last updated: Sun Jan 16 23:27:08 EST 2005
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -799,7 +799,7 @@ log_*
799799
+ ~ (regular expression) patterns must start with ^.
800800
* The search string can not start with a character class, e.g.
801801
[a-e].
802-
* Case-insensitive searches such as ILIKE and ~* do not utilise
802+
* Case-insensitive searches such as ILIKE and ~* do not utilize
803803
indexes. Instead, use functional indexes, which are described in
804804
section 4.11.
805805
* The default C locale must be used during initdb because it is not

doc/src/FAQ/FAQ.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated: Sun Jan 16 22:01:06 EST 2005</P>
13+
<P>Last updated: Sun Jan 16 23:27:08 EST 2005</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<A href=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -995,7 +995,7 @@ <H4><A name="4.7">4.7</A>) My queries are slow or don't make use of
995995
<LI>The search string can not start with a character class,
996996
e.g. [a-e].</LI>
997997
<LI>Case-insensitive searches such as <SMALL>ILIKE</SMALL> and
998-
<I>~*</I> do not utilise indexes. Instead, use functional
998+
<I>~*</I> do not utilize indexes. Instead, use functional
999999
indexes, which are described in section <a href="#4.11">4.11</a>.</LI>
10001000
<LI>The default <I>C</I> locale must be used during
10011001
<i>initdb</i> because it is not possible to know the next-greater

0 commit comments

Comments
 (0)