diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-01-17 04:27:23 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-01-17 04:27:23 +0000 |
commit | 691bb1d24731b86d33ceec740bf69cbeac08fce4 (patch) | |
tree | b7f05357bc470bfee52b3aeb1c8406524a924eff /doc/src | |
parent | 48e2bb13c964f118138c183f3038f7c214e85806 (diff) | |
download | postgresql-691bb1d24731b86d33ceec740bf69cbeac08fce4.tar.gz postgresql-691bb1d24731b86d33ceec740bf69cbeac08fce4.zip |
Spelling fix.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 3117b90e6bd..8949f93b961 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff"> <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= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> @@ -995,7 +995,7 @@ <LI>The search string can not start with a character class, e.g. [a-e].</LI> <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> <LI>The default <I>C</I> locale must be used during <i>initdb</i> because it is not possible to know the next-greater |