|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.42 2007/11/1004:52:17 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.43 2007/11/1014:07:18 momjian Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -174,20 +174,21 @@ PostgreSQL documentation |
174 | 174 | <refsect1 id="app-pg-ctl-options"> |
175 | 175 | <title>Options</title> |
176 | 176 |
|
177 | | - <varlistentry> |
178 | | - <term><option>-c</option></term> |
179 | | - <listitem> |
180 | | - <para> |
181 | | - Attempt to allow server crashes to produce core files, on platforms |
182 | | - where this available, by lifting any soft resource limit placed on |
183 | | - them. |
184 | | - This is useful in debugging or diagnosing problems by allowing a |
185 | | - stack trace to be obtained from a failed server process. |
186 | | - </para> |
187 | | - </listitem> |
188 | | - </varlistentry> |
189 | | - |
190 | 177 | <variablelist> |
| 178 | + |
| 179 | + <varlistentry> |
| 180 | + <term><option>-c</option></term> |
| 181 | + <listitem> |
| 182 | + <para> |
| 183 | + Attempt to allow server crashes to produce core files, on platforms |
| 184 | + where this available, by lifting any soft resource limit placed on |
| 185 | + them. |
| 186 | + This is useful in debugging or diagnosing problems by allowing a |
| 187 | + stack trace to be obtained from a failed server process. |
| 188 | + </para> |
| 189 | + </listitem> |
| 190 | + </varlistentry> |
| 191 | + |
191 | 192 | <varlistentry> |
192 | 193 | <term><option>-D <replaceable class="parameter">datadir</replaceable></option></term> |
193 | 194 | <listitem> |
|