mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
Update 8.2.X release to say 8.2.0 instead of just 8.2.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user