Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9c1d897

Browse files
committed
More FAQ URL updates from Curtis Gallant.
1 parent 7cc1fb4 commit 9c1d897

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

doc/FAQ

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Wed Jun 25 23:02:18 EDT 2008
4+
Last updated: Wed Jun 25 23:54:14 EDT 2008
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

@@ -181,7 +181,7 @@
181181

182182
1.6) What is the most recent release?
183183

184-
The latest release of PostgreSQL is version 8.3.1.
184+
The latest release of PostgreSQL is version 8.3.3.
185185

186186
We plan to have a major release every year, with minor releases every
187187
few months.
@@ -265,7 +265,8 @@
265265
Douglas. A list of book reviews can be found at
266266
http://www.postgresql.org/docs/books/. There is also a collection of
267267
PostgreSQL technical articles at
268-
http://www.postgresql.org/docs/techdocs.
268+
http://wiki.postgresql.org/wiki/Community_Generated_Articles%2C_Guides
269+
%2C_and_Documentation.
269270

270271
The command line client program psql has some \d commands to show
271272
information about types, operators, functions, aggregates, etc. - use
@@ -444,9 +445,10 @@
444445

445446
3.4) What debugging features are available?
446447

447-
There are many log_* server configuration variables that enable
448-
printing of query and process statistics which can be very useful for
449-
debugging and performance measurements.
448+
There are many log_* server configuration variables at
449+
http://www.postgresql.org/docs/current/interactive/runtime-config-logg
450+
ing.html that enable printing of query and process statistics which
451+
can be very useful for debugging and performance measurements.
450452

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

doc/src/FAQ/FAQ.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

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>
1414

1515
<P>Current maintainer: Bruce Momjian (<A href=
1616
"mailto:bruce@momjian.us">bruce@momjian.us</A>)
@@ -229,7 +229,7 @@ <H3 id="item1.5">1.5) Where can I get PostgreSQL?</H3>
229229

230230
<H3 id="item1.6">1.6) What is the most recent release?</H3>
231231

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>
233233

234234
<P>We plan to have a major release every year, with minor releases
235235
every few months.</P>
@@ -347,7 +347,7 @@ <H3 id="item1.10">1.10) What documentation is available?</H3>
347347
"http://www.postgresql.org/docs/books/">http://www.postgresql.org/docs/books/</A>.
348348
There is also a collection of PostgreSQL technical articles at <A
349349
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>
351351

352352
<P>The command line client program <I>psql</I> has some \d commands to show
353353
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
598598
<H3 id="item3.4">3.4) What debugging features are
599599
available?</H3>
600600

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>
604606

605607
<H3 id="item3.5">3.5) Why do I get <I>"Sorry, too many
606608
clients"</I> when trying to connect?</H3>

0 commit comments

Comments
 (0)