From e9b49690627eb91106af3aa98d0fcc510de6538b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 24 Jul 2006 16:32:45 +0000 Subject: DTrace support, with a small initial set of probes by Robert Lor --- doc/src/sgml/installation.sgml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'doc/src') 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 @@ - + <![%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> -- cgit v1.2.3