We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent514731a commit0a2d43dCopy full SHA for 0a2d43d
doc/src/sgml/ref/pg_receivewal.sgml
@@ -73,6 +73,12 @@ PostgreSQL documentation
73
as possible. To avoid this behavior, use the <literal>-n</literal>
74
parameter.
75
</para>
76
+
77
+ <para>
78
+ In the absence of fatal errors, <application>pg_receivewal</application>
79
+ will run until terminated by the <systemitem>SIGINT</systemitem> signal
80
+ (<keycombo action="simul"><keycap>Control</><keycap>C</></>).
81
+ </para>
82
</refsect1>
83
84
<refsect1>
@@ -348,6 +354,18 @@ PostgreSQL documentation
348
354
349
355
350
356
357
+ <refsect1>
358
+ <title>Exit Status</title>
359
360
361
+ <application>pg_receivewal</application> will exit with status 0 when
362
+ terminated by the <systemitem>SIGINT</systemitem> signal. (That is the
363
+ normal way to end it. Hence it is not an error.) For fatal errors or
364
+ other signals, the exit status will be nonzero.
365
366
367
+ </refsect1>
368
351
369
352
370
<title>Environment</title>
353
371