From dca4d7779850bfa5571cf81ef4646e6efc30511d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 3 Dec 2006 16:43:05 +0000 Subject: [PATCH] Update 8.2.X release to say 8.2.0 instead of just 8.2. --- doc/FAQ | 4 ++-- doc/FAQ_Solaris | 16 +++------------- doc/src/FAQ/FAQ.html | 4 ++-- 3 files changed, 7 insertions(+), 17 deletions(-) diff --git a/doc/FAQ b/doc/FAQ index 76f7c4e792c..701e7603fd8 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Fri Dec 1 23:11:53 EST 2006 + Last updated: Sat Dec 2 07:15:34 EST 2006 Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -170,7 +170,7 @@ 1.6) What is the most recent release? - The latest release of PostgreSQL is version 8.2. + The latest release of PostgreSQL is version 8.2.0. We plan to have a major release every year, with minor releases every few months. diff --git a/doc/FAQ_Solaris b/doc/FAQ_Solaris index dd392cc9a7c..8db10a614ba 100644 --- a/doc/FAQ_Solaris +++ b/doc/FAQ_Solaris @@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL Sun Solaris specific To be read in conjunction with the installation instructions. ============================================================ -Last updated: $Date: 2006/10/10 22:19:08 $ +Last updated: $Date: 2006/12/03 16:43:05 $ Contents: @@ -142,18 +142,8 @@ recommendations are also useful on other hardware with Solaris. 8) Can I use DTrace for tracing PostgreSQL? -PostgreSQL 8.2 has implemented DTrace support. You can enable it by -the --enable-dtrace configure switch. If you want to build 64-bit -binaries with DTrace you must specify DTRACEFLAGS='-64', e.g., - -Using GCC compiler: - - $ ./configure CC='gcc -m64' --enable-dtrace DTRACEFLAGS='-64' ... - -Using Sun compiler: - - $ ./configure CC='/opt/SUNWspro/bin/cc -xtarget=native64' --enable-dtrace DTRACEFLAGS='-64' - +Yes, see the chapter "Monitoring Database Activity" in the documentation +for further information. If you see the linking of the postgres executable abort with an error message like diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 0f0357b4587..301903a5114 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff">

Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Fri Dec 1 23:11:53 EST 2006

+

Last updated: Sat Dec 2 07:15:34 EST 2006

Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -219,7 +219,7 @@

1.6) What is the most recent release?

-

The latest release of PostgreSQL is version 8.2.

+

The latest release of PostgreSQL is version 8.2.0.

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