Typo fix.
authorBruce Momjian <bruce@momjian.us>
Tue, 9 Oct 2007 03:20:09 +0000 (03:20 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 9 Oct 2007 03:20:09 +0000 (03:20 +0000)
Euler Taveira de Oliveira

doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 2cf44f9cefc9a64f7bc04726bb45fe9b0f2785e3..9b06e5ac5c91ea1229a8a944e4d1d09884f8875c 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Thu Sep 27 02:14:24 EDT 2007
+   Last updated: Mon Oct 8 23:19:46 EDT 2007
    
    Current maintainer: Bruce Momjian (bruce@momjian.us)
    
   4.21) Why are my table and column names not recognized in my query? Why is
   capitalization not preserved?
   
-   The most common cause of recognized names is the use of double-quotes
-   around table or column names during table creation. When double-quotes
-   are used, table and column names (called identifiers) are stored
-   case-sensitive, meaning you must use double-quotes when referencing
-   the names in a query. Some interfaces, like pgAdmin, automatically
-   double-quote identifiers during table creation. So, for identifiers to
-   be recognized, you must either:
+   The most common cause of unrecognized names is the use of
+   double-quotes around table or column names during table creation. When
+   double-quotes are used, table and column names (called identifiers)
+   are stored case-sensitive, meaning you must use double-quotes when
+   referencing the names in a query. Some interfaces, like pgAdmin,
+   automatically double-quote identifiers during table creation. So, for
+   identifiers to be recognized, you must either:
      * Avoid double-quoting identifiers when creating tables
      * Use only lowercase characters in identifiers
      * Double-quote identifiers when referencing them in queries
index cc461f89d56434d8d267c5433083afea8c37ebf1..410c2c6f5514b790f0b39ee27bf48f9c5569520f 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
 
-    <P>Last updated: Thu Sep 27 02:14:24 EDT 2007</P>
+    <P>Last updated: Mon Oct  8 23:19:46 EDT 2007</P>
 
     <P>Current maintainer: Bruce Momjian (<A href=
     "mailto:bruce@momjian.us">bruce@momjian.us</A>)
@@ -1097,7 +1097,7 @@ length</TD></TR>
     <H3 id="item4.21">4.21) Why are my table and column names not
     recognized in my query?  Why is capitalization not preserved?</H3>
 
-    <P>The most common cause of recognized names is the use of
+    <P>The most common cause of unrecognized names is the use of
     double-quotes around table or column names during table creation.
     When double-quotes are used, table and column names (called
     identifiers) are stored <a