Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf19c857

Browse files
committed
Properly order pg_ctl -c option alphabetically in docs.
1 parente5fe2e8 commitf19c857

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

‎doc/src/sgml/ref/pg_ctl-ref.sgml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -174,6 +174,19 @@ PostgreSQL documentation
174174
<refsect1 id="app-pg-ctl-options">
175175
<title>Options</title>
176176

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+
177190
<variablelist>
178191
<varlistentry>
179192
<term><option>-D <replaceable class="parameter">datadir</replaceable></option></term>
@@ -247,19 +260,6 @@ PostgreSQL documentation
247260
</listitem>
248261
</varlistentry>
249262

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-
263263
<varlistentry>
264264
<term><option>-w</option></term>
265265
<listitem>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp