1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.39 2007/02/20 18:10:58 momjian Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.40 2007/02/21 23:21:11 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -179,9 +179,9 @@ PostgreSQL documentation
179
179
<term><option>-D <replaceable class="parameter">datadir</replaceable></option></term>
180
180
<listitem>
181
181
<para>
182
- Specifies the file system location of the database files. If
183
- this is omitted, the environment variable
184
- <envar>PGDATA</envar> is used.
182
+ Specifies the file system location of the database files. If
183
+ this is omitted, the environment variable
184
+ <envar>PGDATA</envar> is used.
185
185
</para>
186
186
</listitem>
187
187
</varlistentry>
@@ -202,10 +202,10 @@ PostgreSQL documentation
202
202
<term><option>-m <replaceable class="parameter">mode</replaceable></option></term>
203
203
<listitem>
204
204
<para>
205
- Specifies the shutdown mode. <replaceable>mode</replaceable>
206
- can be <literal>smart</literal>, <literal>fast</literal>, or
207
- <literal>immediate</literal>, or the first letter of one of
208
- these three.
205
+ Specifies the shutdown mode. <replaceable>mode</replaceable>
206
+ can be <literal>smart</literal>, <literal>fast</literal>, or
207
+ <literal>immediate</literal>, or the first letter of one of
208
+ these three.
209
209
</para>
210
210
</listitem>
211
211
</varlistentry>
@@ -218,8 +218,8 @@ PostgreSQL documentation
218
218
<command>postgres</command> command.
219
219
</para>
220
220
<para>
221
- The options are usually surrounded by single or double
222
- quotes to ensure that they are passed through as a group.
221
+ The options are usually surrounded by single or double
222
+ quotes to ensure that they are passed through as a group.
223
223
</para>
224
224
</listitem>
225
225
</varlistentry>
@@ -228,12 +228,12 @@ PostgreSQL documentation
228
228
<term><option>-p <replaceable class="parameter">path</replaceable></option></term>
229
229
<listitem>
230
230
<para>
231
- Specifies the location of the <filename>postgres</filename>
232
- executable. By default the <filename>postgres</filename> executable is taken from the same
233
- directory as <command>pg_ctl</command>, or failing that, the hard-wired
234
- installation directory. It is not necessary to use this
235
- option unless you are doing something unusual and get errors
236
- that the <filename>postgres</filename> executable was not found.
231
+ Specifies the location of the <filename>postgres</filename>
232
+ executable. By default the <filename>postgres</filename> executable is taken from the same
233
+ directory as <command>pg_ctl</command>, or failing that, the hard-wired
234
+ installation directory. It is not necessary to use this
235
+ option unless you are doing something unusual and get errors
236
+ that the <filename>postgres</filename> executable was not found.
237
237
</para>
238
238
</listitem>
239
239
</varlistentry>
@@ -253,9 +253,9 @@ PostgreSQL documentation
253
253
<para>
254
254
Attempt to allow server crashes to produce core files, on platforms
255
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.
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
259
</para>
260
260
</listitem>
261
261
</varlistentry>
@@ -264,8 +264,8 @@ PostgreSQL documentation
264
264
<term><option>-w</option></term>
265
265
<listitem>
266
266
<para>
267
- Wait for the start or shutdown to complete. Times out after
268
- 60 seconds. This is the default for shutdowns. A successful
267
+ Wait for the start or shutdown to complete. Times out after
268
+ 60 seconds. This is the default for shutdowns. A successful
269
269
shutdown is indicated by removal of the <acronym>PID</acronym>
270
270
file. For starting up, a successful <command>psql -l</command>
271
271
indicates success. <command>pg_ctl</command> will attempt to
@@ -276,7 +276,7 @@ PostgreSQL documentation
276
276
<productname>PostgreSQL</productname> was compiled with
277
277
(5432 by default). When waiting, <command>pg_ctl</command> will
278
278
return an accurate exit code based on the success of the startup
279
- or shutdown.
279
+ or shutdown.
280
280
</para>
281
281
</listitem>
282
282
</varlistentry>
0 commit comments