More FAQ URL updates from Curtis Gallant.

This commit is contained in:
Bruce Momjian 2008-06-26 03:54:28 +00:00
parent 7cc1fb4768
commit 9c1d897b94
2 changed files with 16 additions and 12 deletions

14
doc/FAQ
View File

@ -1,7 +1,7 @@
Frequently Asked Questions (FAQ) for PostgreSQL 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 (bruce@momjian.us) Current maintainer: Bruce Momjian (bruce@momjian.us)
@ -181,7 +181,7 @@
1.6) What is the most recent release? 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 We plan to have a major release every year, with minor releases every
few months. few months.
@ -265,7 +265,8 @@
Douglas. A list of book reviews can be found at Douglas. A list of book reviews can be found at
http://www.postgresql.org/docs/books/. There is also a collection of http://www.postgresql.org/docs/books/. There is also a collection of
PostgreSQL technical articles at 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 The command line client program psql has some \d commands to show
information about types, operators, functions, aggregates, etc. - use information about types, operators, functions, aggregates, etc. - use
@ -444,9 +445,10 @@
3.4) What debugging features are available? 3.4) What debugging features are available?
There are many log_* server configuration variables that enable There are many log_* server configuration variables at
printing of query and process statistics which can be very useful for http://www.postgresql.org/docs/current/interactive/runtime-config-logg
debugging and performance measurements. 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? 3.5) Why do I get "Sorry, too many clients" when trying to connect?

View File

@ -10,7 +10,7 @@
alink="#0000ff"> alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> <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= <P>Current maintainer: Bruce Momjian (<A href=
"mailto:bruce@momjian.us">bruce@momjian.us</A>) "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> <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 <P>We plan to have a major release every year, with minor releases
every few months.</P> every few months.</P>
@ -347,7 +347,7 @@
"http://www.postgresql.org/docs/books/">http://www.postgresql.org/docs/books/</A>. "http://www.postgresql.org/docs/books/">http://www.postgresql.org/docs/books/</A>.
There is also a collection of PostgreSQL technical articles at <A There is also a collection of PostgreSQL technical articles at <A
href= 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 <P>The command line client program <I>psql</I> has some \d commands to show
information about types, operators, functions, aggregates, etc. - use \? to information about types, operators, functions, aggregates, etc. - use \? to
@ -598,9 +598,11 @@
<H3 id="item3.4">3.4) What debugging features are <H3 id="item3.4">3.4) What debugging features are
available?</H3> available?</H3>
<P>There are many <CODE>log_*</CODE> server configuration variables <P>There are many <CODE>log_*</CODE> server configuration
that enable printing of query and process statistics which can be variables at <a
very useful for debugging and performance measurements.</P> 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 <H3 id="item3.5">3.5) Why do I get <I>"Sorry, too many
clients"</I> when trying to connect?</H3> clients"</I> when trying to connect?</H3>