|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.41 2007/03/26 17:23:36 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.42 2007/11/10 04:52:17 momjian Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -174,6 +174,19 @@ 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 | + |
177 | 190 | <variablelist> |
178 | 191 | <varlistentry> |
179 | 192 | <term><option>-D <replaceable class="parameter">datadir</replaceable></option></term> |
@@ -247,19 +260,6 @@ PostgreSQL documentation |
247 | 260 | </listitem> |
248 | 261 | </varlistentry> |
249 | 262 |
|
250 | | - <varlistentry> |
251 | | - <term><option>-c</option></term> |
252 | | - <listitem> |
253 | | - <para> |
254 | | - Attempt to allow server crashes to produce core files, on platforms |
255 | | - where this available, by lifting any soft resource limit placed on |
256 | | - them. |
257 | | - This is useful in debugging or diagnosing problems by allowing a |
258 | | - stack trace to be obtained from a failed server process. |
259 | | - </para> |
260 | | - </listitem> |
261 | | - </varlistentry> |
262 | | - |
263 | 263 | <varlistentry> |
264 | 264 | <term><option>-w</option></term> |
265 | 265 | <listitem> |
|