More FAQ URL updates from Curtis Gallant.
authorBruce Momjian
Thu, 26 Jun 2008 03:54:28 +0000 (03:54 +0000)
committerBruce Momjian
Thu, 26 Jun 2008 03:54:28 +0000 (03:54 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index db1e093fe364eca3a49ab3097632a9feea15a6b6..086b67fc64928633c1989df0a389b8bd5d28d7dd 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Wed Jun 25 23:02:18 EDT 2008
+   Last updated: Wed Jun 25 23:54:14 EDT 2008
    
    Current maintainer: Bruce Momjian ([email protected])
    
    
   1.6) What is the most recent release?
   
-   The latest release of PostgreSQL is version 8.3.1.
+   The latest release of PostgreSQL is version 8.3.3.
    
    We plan to have a major release every year, with minor releases every
    few months.
    Douglas. A list of book reviews can be found at
    http://www.postgresql.org/docs/books/. There is also a collection of
    PostgreSQL technical articles at
-   http://www.postgresql.org/docs/techdocs.
+   http://wiki.postgresql.org/wiki/Community_Generated_Articles%2C_Guides
+   %2C_and_Documentation.
    
    The command line client program psql has some \d commands to show
    information about types, operators, functions, aggregates, etc. - use
           
   3.4) What debugging features are available?
   
-   There are many log_* server configuration variables that enable
-   printing of query and process statistics which can be very useful for
-   debugging and performance measurements.
+   There are many log_* server configuration variables at
+   http://www.postgresql.org/docs/current/interactive/runtime-config-logg
+   ing.html that enable printing of query and process statistics which
+   can be very useful for debugging and performance measurements.
    
   3.5) Why do I get "Sorry, too many clients" when trying to connect?
   
index cf0fc8b0d695f79e53fcca5fa63c320f19cdd45d..271d55b9d9ca4821576904aee5b358ef892a475f 100644 (file)
@@ -10,7 +10,7 @@
   alink="#0000ff">
     

Frequently Asked Questions (FAQ) for PostgreSQL

 
-    

Last updated: Wed Jun 25 23:02:18 EDT 2008

+    

Last updated: Wed Jun 25 23:54:14 EDT 2008

 
     

Current maintainer: Bruce Momjian (

 
     1.6) What is the most recent release?
 
-    

The latest release of PostgreSQL is version 8.3.1.

+    

The latest release of PostgreSQL is version 8.3.3.

 
     

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

     every few months.

     "http://www.postgresql.org/docs/books/">http://www.postgresql.org/docs/books/.
     There is also a collection of PostgreSQL technical articles at 
     href=
-    "http://www.postgresql.org/docs/techdocs">http://www.postgresql.org/docs/techdocs.

+    "http://wiki.postgresql.org/wiki/Community_Generated_Articles%2C_Guides%2C_and_Documentation">http://wiki.postgresql.org/wiki/Community_Generated_Articles%2C_Guides%2C_and_Documentation.

 
     

The command line client program psql has some \d commands to show

     information about types, operators, functions, aggregates, etc. - use \? to 
     3.4) What debugging features are
     available?
 
-    

There are many log_* server configuration variables

-    that enable printing of query and process statistics which can be
-    very useful for debugging and performance measurements.

+    

There are many log_* server configuration

+    variables at 
+    href="http://www.postgresql.org/docs/current/interactive/runtime-config-logging.html">http://www.postgresql.org/docs/current/interactive/runtime-config-logging.html
+    that enable printing of query and process statistics which
+    can be very useful for debugging and performance measurements.

 
     3.5) Why do I get "Sorry, too many
     clients" when trying to connect?