Make URL to docs use /current/.
authorBruce Momjian
Tue, 5 Dec 2006 23:13:41 +0000 (23:13 +0000)
committerBruce Momjian
Tue, 5 Dec 2006 23:13:41 +0000 (23:13 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 701e7603fd864e239c859502506f7a6c300949c0..69351486443ee3529fc204d2f25173d4ba7b275e 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Sat Dec 2 07:15:34 EST 2006
+   Last updated: Tue Dec 5 18:13:32 EST 2006
    
    Current maintainer: Bruce Momjian ([email protected])
    
index 301903a51140520d8966733928d034b91dc73a58..ca960bb888ffa41485881219da0cc27e20357704 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Sat Dec  2 07:15:34 EST 2006

+    

Last updated: Tue Dec  5 18:13:32 EST 2006

 
     

Current maintainer: Bruce Momjian (

@@ -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.2/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS">
+    href="http://www.postgresql.org/docs/current/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.