From cdfa456d157d6806a7e2703858b6dec625c00f25 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Tue, 25 Jun 2002 03:35:13 +0000
Subject: [PATCH] Update FAQ.

---
 doc/FAQ              | 6 +++---
 doc/src/FAQ/FAQ.html | 6 +++---
 2 files changed, 6 insertions(+), 6 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?
     
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index ab108d984d1..35f5024d19f 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -14,7 +14,7 @@
   alink="#0000ff">
     <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
 
-    <P>Last updated: Mon Jun 24 23:32:16 EDT 2002</P>
+    <P>Last updated: Mon Jun 24 23:35:08 EDT 2002</P>
 
     <P>Current maintainer: Bruce Momjian (<A href=
     "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -960,7 +960,7 @@
     of the string, i.e.:</LI>
     <UL>
     <LI><SMALL>LIKE</SMALL> patterns must not start with <I>%.</I></LI>
-    <LI><I>~</I>(regular expression) patterns must start with
+    <LI><I>~</I> (regular expression) patterns must start with
     <I>^.</I></LI>
     </UL>
     <LI>The search string can not start with a character class,
@@ -968,7 +968,7 @@
     <LI>Case-insensitive searches like <SMALL>ILIKE</SMALL> and
     <I>~*</I> can not be used.  Instead, use functional
     indexes, which are described later in this FAQ.</LI>
-    <LI>The default <I>C</I> local must have been used during
+    <LI>The default <I>C</I> local must be used during
     <i>initdb.</i></LI>
     </UL>
     <P>
-- 
GitLab