diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2006-07-24 16:32:45 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2006-07-24 16:32:45 +0000 |
commit | e9b49690627eb91106af3aa98d0fcc510de6538b (patch) | |
tree | 2e878a58fbb23ace8f2cfe4758779a62869f1239 /doc/src | |
parent | 9dc34b5feb73615d7371ef1c1b7c05b3146cc9a9 (diff) |
DTrace support, with a small initial set of probes
by Robert Lor
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index f2463d9b9ed..e7ed9b4d5ca 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.258 2006/06/18 15:38:35 petere Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.259 2006/07/24 16:32:44 petere Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -1007,6 +1007,17 @@ su - postgres </listitem> </varlistentry> + <varlistentry> + <term><option>--enable-dtrace</option></term> + <listitem> + <para> + Compiles with support for the dynamic tracing tool DTrace. + Operating system support for DTrace is currently only + available in Solaris. + </para> + </listitem> + </varlistentry> + </variablelist> </para> |