mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Update 8.2.X release to say 8.2.0 instead of just 8.2.
This commit is contained in:
parent
2f52d7260c
commit
dca4d77798
4
doc/FAQ
4
doc/FAQ
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Frequently Asked Questions (FAQ) for PostgreSQL
|
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)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
|
|
||||||
@ -170,7 +170,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.2.
|
The latest release of PostgreSQL is version 8.2.0.
|
||||||
|
|
||||||
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.
|
||||||
|
@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL
|
|||||||
Sun Solaris specific
|
Sun Solaris specific
|
||||||
To be read in conjunction with the installation instructions.
|
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:
|
Contents:
|
||||||
@ -142,18 +142,8 @@ recommendations are also useful on other hardware with Solaris.
|
|||||||
|
|
||||||
8) Can I use DTrace for tracing PostgreSQL?
|
8) Can I use DTrace for tracing PostgreSQL?
|
||||||
|
|
||||||
PostgreSQL 8.2 has implemented DTrace support. You can enable it by
|
Yes, see the chapter "Monitoring Database Activity" in the documentation
|
||||||
the --enable-dtrace configure switch. If you want to build 64-bit
|
for further information.
|
||||||
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'
|
|
||||||
|
|
||||||
|
|
||||||
If you see the linking of the postgres executable abort with an error
|
If you see the linking of the postgres executable abort with an error
|
||||||
message like
|
message like
|
||||||
|
@ -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: Fri Dec 1 23:11:53 EST 2006</P>
|
<P>Last updated: Sat Dec 2 07:15:34 EST 2006</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>)
|
||||||
@ -219,7 +219,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.2.</P>
|
<P>The latest release of PostgreSQL is version 8.2.0.</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>
|
||||||
|
Loading…
Reference in New Issue
Block a user