FAQ wording and markup fix.
authorBruce Momjian
Mon, 10 Dec 2007 00:32:25 +0000 (00:32 +0000)
committerBruce Momjian
Mon, 10 Dec 2007 00:32:25 +0000 (00:32 +0000)
Euler Taveira de Oliveira

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

diff --git a/doc/FAQ b/doc/FAQ
index ea809fa6e52105399fd57ea5d58d57f977e7ff17..a94d9c3b911f985aba23c06e6f86ad684058ca6f 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Fri Nov 16 10:53:50 EST 2007
+   Last updated: Sun Dec 9 19:31:34 EST 2007
    
    Current maintainer: Bruce Momjian ([email protected])
    
@@ -87,7 +87,7 @@
    
                              General Questions
                                       
-  1.1) What is PostgreSQL? How is it pronounced?
+  1.1) What is PostgreSQL? How is it pronounced? What is Postgres?
   
    PostgreSQL is pronounced Post-Gres-Q-L. (For those curious about how
    to say "PostgreSQL", an audio file is available.)
index 519a5ac5b8c8ab49934abec4fd6303cafca7df75..e1f0b31fba7b8f070f078a41b243c241550588f2 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Fri Nov 16 10:53:50 EST 2007

+    

Last updated: Sun Dec  9 19:31:34 EST 2007

 
     

Current maintainer: Bruce Momjian (

 
     General Questions
 
-    1.1) What is PostgreSQL? How is it pronounced?
+    1.1) What is PostgreSQL? How is it pronounced? What is Postgres?
 
     

PostgreSQL is pronounced Post-Gres-Q-L.  (For those curious

     about how to say "PostgreSQL", an 
@@ -1051,7 +1051,7 @@ length
     does not exist" errors when accessing temporary tables in PL/PgSQL
     functions?
 
-    

In PostgreSQL versions < 8.3, PL/PgSQL caches function scripts, and

+    

In PostgreSQL versions < 8.3, PL/PgSQL caches function scripts, and

     an unfortunate side effect is that if a PL/PgSQL function accesses a
     temporary table, and that table is later dropped and recreated, and
     the function called again, the function will fail because the cached