diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-11-10 04:52:17 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-11-10 04:52:17 +0000 |
commit | f19c8577eb565eeebd8e7211d2fc2e858be76d67 (patch) | |
tree | e73ec106fa09ccd5287b67f39bd36da061bebc74 /doc/src | |
parent | e5fe2e84d75f7025cba10a0477335e25d3e83e07 (diff) | |
download | postgresql-f19c8577eb565eeebd8e7211d2fc2e858be76d67.tar.gz postgresql-f19c8577eb565eeebd8e7211d2fc2e858be76d67.zip |
Properly order pg_ctl -c option alphabetically in docs.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_ctl-ref.sgml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index c9b5ae9938a..02f47a71bc7 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.41 2007/03/26 17:23:36 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.42 2007/11/10 04:52:17 momjian Exp $ PostgreSQL documentation --> @@ -174,6 +174,19 @@ PostgreSQL documentation <refsect1 id="app-pg-ctl-options"> <title>Options</title> + <varlistentry> + <term><option>-c</option></term> + <listitem> + <para> + Attempt to allow server crashes to produce core files, on platforms + where this available, by lifting any soft resource limit placed on + them. + This is useful in debugging or diagnosing problems by allowing a + stack trace to be obtained from a failed server process. + </para> + </listitem> + </varlistentry> + <variablelist> <varlistentry> <term><option>-D <replaceable class="parameter">datadir</replaceable></option></term> @@ -248,19 +261,6 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><option>-c</option></term> - <listitem> - <para> - Attempt to allow server crashes to produce core files, on platforms - where this available, by lifting any soft resource limit placed on - them. - This is useful in debugging or diagnosing problems by allowing a - stack trace to be obtained from a failed server process. - </para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>-w</option></term> <listitem> <para> |