diff options
author | Bruce Momjian | 2008-06-26 03:54:28 +0000 |
---|---|---|
committer | Bruce Momjian | 2008-06-26 03:54:28 +0000 |
commit | 9c1d897b9498a418d6cb24493db00a4df7a9804f (patch) | |
tree | 51f310376bf1612356f5d492081ec1de295c8d47 /doc/src/FAQ | |
parent | 7cc1fb4768c6a0fbdb76ab098181ee93315862df (diff) |
More FAQ URL updates from Curtis Gallant.
Diffstat (limited to 'doc/src/FAQ')
-rw-r--r-- | doc/src/FAQ/FAQ.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index cf0fc8b0d69..271d55b9d9c 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Wed Jun 25 23:02:18 EDT 2008</P> + <P>Last updated: Wed Jun 25 23:54:14 EDT 2008</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:bruce@momjian.us">bruce@momjian.us</A>) @@ -229,7 +229,7 @@ <H3 id="item1.6">1.6) What is the most recent release?</H3> - <P>The latest release of PostgreSQL is version 8.3.1.</P> + <P>The latest release of PostgreSQL is version 8.3.3.</P> <P>We plan to have a major release every year, with minor releases every few months.</P> @@ -347,7 +347,7 @@ "http://www.postgresql.org/docs/books/">http://www.postgresql.org/docs/books/</A>. There is also a collection of PostgreSQL technical articles at <A href= - "http://www.postgresql.org/docs/techdocs">http://www.postgresql.org/docs/techdocs</A>.</P> + "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</A>.</P> <P>The command line client program <I>psql</I> has some \d commands to show information about types, operators, functions, aggregates, etc. - use \? to @@ -598,9 +598,11 @@ <H3 id="item3.4">3.4) What debugging features are available?</H3> - <P>There are many <CODE>log_*</CODE> server configuration variables - that enable printing of query and process statistics which can be - very useful for debugging and performance measurements.</P> + <P>There are many <CODE>log_*</CODE> server configuration + variables at <a + href="http://www.postgresql.org/docs/current/interactive/runtime-config-logging.html">http://www.postgresql.org/docs/current/interactive/runtime-config-logging.html</a> + that enable printing of query and process statistics which + can be very useful for debugging and performance measurements.</P> <H3 id="item3.5">3.5) Why do I get <I>"Sorry, too many clients"</I> when trying to connect?</H3> |