diff options
author | Neil Conway <neilc@samurai.com> | 2007-12-07 08:25:38 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2007-12-07 08:25:38 +0000 |
commit | bbff4fd3076a818b5d565525f0dbc2687bd8f368 (patch) | |
tree | b989f8e170b136ad05c8f22317eef9afcb01f646 | |
parent | f039a8cf8e7893b709d33b6966e1cf8834e43ce2 (diff) | |
download | postgresql-bbff4fd3076a818b5d565525f0dbc2687bd8f368.tar.gz postgresql-bbff4fd3076a818b5d565525f0dbc2687bd8f368.zip |
Fix typo in pg_standby docs. Arul Shaji.
-rw-r--r-- | doc/src/sgml/pgstandby.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pgstandby.sgml b/doc/src/sgml/pgstandby.sgml index a8ed57edb41..ac4bca63ee3 100644 --- a/doc/src/sgml/pgstandby.sgml +++ b/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. <listitem><para>keep the last 255 full WAL files, plus the current one</para></listitem> <listitem><para>sleep for 2 seconds between checks for next WAL file is full</para></listitem> <listitem><para>never timeout if file not found</para></listitem> - <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> </itemizedlist> </listitem> |