|
10 | 10 | alink="#0000ff">
|
11 | 11 | <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
|
12 | 12 |
|
13 |
| -<P>Last updated: Wed Jun 25 23:02:18 EDT 2008</P> |
| 13 | +<P>Last updated: Wed Jun 25 23:54:14 EDT 2008</P> |
14 | 14 |
|
15 | 15 | <P>Current maintainer: Bruce Momjian (<Ahref=
|
16 | 16 | "mailto:bruce@momjian.us">bruce@momjian.us</A>)
|
@@ -229,7 +229,7 @@ <H3 id="item1.5">1.5) Where can I get PostgreSQL?</H3>
|
229 | 229 |
|
230 | 230 | <H3id="item1.6">1.6) What is the most recent release?</H3>
|
231 | 231 |
|
232 |
| -<P>The latest release of PostgreSQL is version 8.3.1.</P> |
| 232 | +<P>The latest release of PostgreSQL is version 8.3.3.</P> |
233 | 233 |
|
234 | 234 | <P>We plan to have a major release every year, with minor releases
|
235 | 235 | every few months.</P>
|
@@ -347,7 +347,7 @@ <H3 id="item1.10">1.10) What documentation is available?</H3>
|
347 | 347 | "http://www.postgresql.org/docs/books/">http://www.postgresql.org/docs/books/</A>.
|
348 | 348 | There is also a collection of PostgreSQL technical articles at<A
|
349 | 349 | href=
|
350 |
| - "http://www.postgresql.org/docs/techdocs">http://www.postgresql.org/docs/techdocs</A>.</P> |
| 350 | + "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> |
351 | 351 |
|
352 | 352 | <P>The command line client program<I>psql</I> has some \d commands to show
|
353 | 353 | information about types, operators, functions, aggregates, etc. - use \? to
|
@@ -598,9 +598,11 @@ <H3 id="item3.3">3.3) How do I tune the database engine for
|
598 | 598 | <H3id="item3.4">3.4) What debugging features are
|
599 | 599 | available?</H3>
|
600 | 600 |
|
601 |
| -<P>There are many<CODE>log_*</CODE> server configuration variables |
602 |
| - that enable printing of query and process statistics which can be |
603 |
| - very useful for debugging and performance measurements.</P> |
| 601 | +<P>There are many<CODE>log_*</CODE> server configuration |
| 602 | + variables at<a |
| 603 | +href="http://www.postgresql.org/docs/current/interactive/runtime-config-logging.html">http://www.postgresql.org/docs/current/interactive/runtime-config-logging.html</a> |
| 604 | + that enable printing of query and process statistics which |
| 605 | + can be very useful for debugging and performance measurements.</P> |
604 | 606 |
|
605 | 607 | <H3id="item3.5">3.5) Why do I get<I>"Sorry, too many
|
606 | 608 | clients"</I> when trying to connect?</H3>
|
|