|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.259 2006/07/24 16:32:44 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.260 2006/08/17 17:25:43 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation">
|
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]>
|
@@ -1011,10 +1011,24 @@ su - postgres
|
1011 | 1011 | <term><option>--enable-dtrace</option></term>
|
1012 | 1012 | <listitem>
|
1013 | 1013 | <para>
|
| 1014 | + <indexterm> |
| 1015 | + <primary>DTrace</primary> |
| 1016 | + </indexterm> |
1014 | 1017 | Compiles with support for the dynamic tracing tool DTrace.
|
1015 | 1018 | Operating system support for DTrace is currently only
|
1016 | 1019 | available in Solaris.
|
1017 | 1020 | </para>
|
| 1021 | + |
| 1022 | + <para> |
| 1023 | + To point to the <command>dtrace</command> program, the |
| 1024 | + environment variable <envar>DTRACE</envar> can be set. This |
| 1025 | + will often be necessary because <command>dtrace</command> is |
| 1026 | + typically installed under <filename>/usr/sbin</filename>, |
| 1027 | + which might not be in the path. Additional command-line |
| 1028 | + options for the <command>dtrace</command> program can be |
| 1029 | + specified in the environment variable |
| 1030 | + <envar>DTRACEFLAGS</envar>. |
| 1031 | + </para> |
1018 | 1032 | </listitem>
|
1019 | 1033 | </varlistentry>
|
1020 | 1034 |
|
@@ -1113,6 +1127,25 @@ su - postgres
|
1113 | 1127 | </listitem>
|
1114 | 1128 | </varlistentry>
|
1115 | 1129 |
|
| 1130 | + <varlistentry> |
| 1131 | + <term><option>DTRACE=<replaceable>/path/to/dtrace</></option></term> |
| 1132 | + <listitem> |
| 1133 | + <para> |
| 1134 | + Specifies the location of the <command>dtrace</command> program. |
| 1135 | + </para> |
| 1136 | + </listitem> |
| 1137 | + </varlistentry> |
| 1138 | + |
| 1139 | + <varlistentry> |
| 1140 | + <term><option>DTRACEFLAGS=<replaceable>FLAGS</></option></term> |
| 1141 | + <listitem> |
| 1142 | + <para> |
| 1143 | + <replaceable>FLAGS</> is the a list of flags to pass to the |
| 1144 | + <command>dtrace</command> program. |
| 1145 | + </para> |
| 1146 | + </listitem> |
| 1147 | + </varlistentry> |
| 1148 | + |
1116 | 1149 | <varlistentry>
|
1117 | 1150 | <term><option>JADE</option></term>
|
1118 | 1151 | <listitem>
|
|
0 commit comments