File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ PostgreSQL documentation
314314 <listitem>
315315 <para>
316316 The number of seconds to wait when waiting for start or shutdown
317- to complete.
317+ to complete. The default is 60 seconds.
318318 </para>
319319 </listitem>
320320 </varlistentry>
@@ -324,7 +324,8 @@ PostgreSQL documentation
324324 <listitem>
325325 <para>
326326 Wait for the start or shutdown to complete. The default wait time
327- is 60 seconds. This is the default option for shutdowns. A successful
327+ is 60 seconds but can be overridden with the option <option>-t</option>.
328+ To wait is the default option for shutdowns. A successful
328329 shutdown is indicated by removal of the <acronym>PID</acronym>
329330 file. For starting up, a successful <command>psql -l</command>
330331 indicates success. <command>pg_ctl</command> will attempt to
You can’t perform that action at this time.
0 commit comments