We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f039a8c commit bbff4fdCopy full SHA for bbff4fd
doc/src/sgml/pgstandby.sgml
@@ -262,7 +262,7 @@ restore_command = 'pg_standby -l -d -k 255 -r 2 -s 2 -w 0 -t /tmp/pgsql.trigger.
262
<listitem><para>keep the last 255 full WAL files, plus the current one</para></listitem>
263
<listitem><para>sleep for 2 seconds between checks for next WAL file is full</para></listitem>
264
<listitem><para>never timeout if file not found</para></listitem>
265
- <listitem><para>stop waiting when a trigger file called /tmp.pgsql.trigger.5442 appears</para></listitem>
+ <listitem><para>stop waiting when a trigger file called /tmp/pgsql.trigger.5442 appears</para></listitem>
266
</itemizedlist>
267
</listitem>
268
0 commit comments