projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7782012
)
Fix typo
author
Magnus Hagander
Tue, 5 Jun 2012 12:08:56 +0000
(14:08 +0200)
committer
Magnus Hagander
Tue, 5 Jun 2012 12:08:56 +0000
(14:08 +0200)
Noted by Erik Rijkers
doc/src/sgml/ref/pg_receivexlog.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_receivexlog.sgml
b/doc/src/sgml/ref/pg_receivexlog.sgml
index 7ddf02fe28d713c4cb94478e9cd5de56efa9032a..f829170da2ce5d45f7744a667c658aa242eec8c1 100644
(file)
--- a/
doc/src/sgml/ref/pg_receivexlog.sgml
+++ b/
doc/src/sgml/ref/pg_receivexlog.sgml
@@
-266,7
+266,7
@@
archive_command = 'sleep 5 && test -f /mnt/server/archivedir/%f'
The initial timeout is necessary because
pg_receivexlog
works using asynchronous
- replication and can therefor be slightly behind the master.
+ replication and can therefor
e
be slightly behind the master.