Skip to content

Commit bbff4fd

Browse files
author
Neil Conway
committed
Fix typo in pg_standby docs. Arul Shaji.
1 parent f039a8c commit bbff4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/pgstandby.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ restore_command = 'pg_standby -l -d -k 255 -r 2 -s 2 -w 0 -t /tmp/pgsql.trigger.
262262
<listitem><para>keep the last 255 full WAL files, plus the current one</para></listitem>
263263
<listitem><para>sleep for 2 seconds between checks for next WAL file is full</para></listitem>
264264
<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>
265+
<listitem><para>stop waiting when a trigger file called /tmp/pgsql.trigger.5442 appears</para></listitem>
266266
</itemizedlist>
267267
</listitem>
268268

0 commit comments

Comments
 (0)