Update for release 8.2.
authorBruce Momjian
Sat, 2 Dec 2006 04:12:11 +0000 (04:12 +0000)
committerBruce Momjian
Sat, 2 Dec 2006 04:12:11 +0000 (04:12 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 89292219a16a0a172d9defe03414b496961d874c..76f7c4e792ca5b6e5fe1dea052509a39a4ee8e74 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Tue Nov 21 23:16:54 EST 2006
+   Last updated: Fri Dec 1 23:11:53 EST 2006
    
    Current maintainer: Bruce Momjian ([email protected])
    
    
   1.6) What is the most recent release?
   
-   The latest release of PostgreSQL is version 8.1.5.
+   The latest release of PostgreSQL is version 8.2.
    
    We plan to have a major release every year, with minor releases every
    few months.
index 146de2c240db81a7955d22aff73774c69efc2e5c..0f0357b45874b2e6fc6a8b11a7700280773204af 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Tue Nov 21 23:16:54 EST 2006

+    

Last updated: Fri Dec  1 23:11:53 EST 2006

 
     

Current maintainer: Bruce Momjian (

 
     1.6) What is the most recent release?
 
-    

The latest release of PostgreSQL is version 8.1.5.

+    

The latest release of PostgreSQL is version 8.2.

 
     

We plan to have a major release every year, with minor releases

     every few months.

@@ -1091,7 +1091,7 @@ length
     double-quotes around table or column names during table creation.
     When double-quotes are used, table and column names (called
     identifiers) are stored 
-    href="http://www.postgresql.org/docs/8.1/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS">
+    href="http://www.postgresql.org/docs/8.2/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS">
     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.