aboutsummaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-01-17 04:27:23 +0000
committerBruce Momjian <bruce@momjian.us>2005-01-17 04:27:23 +0000
commit691bb1d24731b86d33ceec740bf69cbeac08fce4 (patch)
treeb7f05357bc470bfee52b3aeb1c8406524a924eff /doc/FAQ
parent48e2bb13c964f118138c183f3038f7c214e85806 (diff)
downloadpostgresql-691bb1d24731b86d33ceec740bf69cbeac08fce4.tar.gz
postgresql-691bb1d24731b86d33ceec740bf69cbeac08fce4.zip
Spelling fix.
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 1cbbd35a68a..02d01ca5ec7 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
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)
@@ -799,7 +799,7 @@ log_*
+ ~ (regular expression) patterns must start with ^.
* The search string can not start with a character class, e.g.
[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
section 4.11.
* The default C locale must be used during initdb because it is not