aboutsummaryrefslogtreecommitdiff
path: root/doc/FAQ
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-06-25 03:35:13 +0000
committerBruce Momjian <bruce@momjian.us>2002-06-25 03:35:13 +0000
commitcdfa456d157d6806a7e2703858b6dec625c00f25 (patch)
tree8950bfeb0bfdc2863631a9489cf407c650e139a1 /doc/FAQ
parentc1e2f351f8c27f8f3b9c8deb2d05eb10fec18c9c (diff)
downloadpostgresql-cdfa456d157d6806a7e2703858b6dec625c00f25.tar.gz
postgresql-cdfa456d157d6806a7e2703858b6dec625c00f25.zip
Update FAQ.
Diffstat (limited to 'doc/FAQ')
-rw-r--r--doc/FAQ6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 9c2f01a3e53..6771e9447f0 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Mon Jun 24 23:32:16 EDT 2002
+ Last updated: Mon Jun 24 23:35:08 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -752,7 +752,7 @@
of the string, i.e.:
* LIKE patterns must not start with %.
- * ~(regular expression) patterns must start with ^.
+ * ~ (regular expression) patterns must start with ^.
The search string can not start with a character class, e.g. [a-e].
@@ -760,7 +760,7 @@
Instead, use functional indexes, which are described later in this
FAQ.
- The default C local must have been used during initdb.
+ The default C local must be used during initdb.
4.9) How do I see how the query optimizer is evaluating my query?