projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80253cc
)
handlers/dispatch: fix keep_all/keep_latest doc
author
Marko Kreen
<markokr@gmail.com>
Mon, 28 May 2012 12:22:03 +0000
(15:22 +0300)
committer
Marko Kreen
<markokr@gmail.com>
Mon, 28 May 2012 12:22:03 +0000
(15:22 +0300)
python/londiste/handlers/dispatch.py
patch
|
blob
|
blame
|
history
diff --git
a/python/londiste/handlers/dispatch.py
b/python/londiste/handlers/dispatch.py
index 3441fc193618839f13d3aff0c1c3296cc83941d9..4b8701a41819f23335563f4d5de8420246cad778 100644
(file)
--- a/
python/londiste/handlers/dispatch.py
+++ b/
python/londiste/handlers/dispatch.py
@@
-86,8
+86,8
@@
part_template:
row_mode:
how rows are applied to target table
* plain - each event creates SQL statement to run (default)
- * keep_
all - change updates to DELETE + INSERT
- * keep_
latest
- change updates to inserts, ignore deletes
+ * keep_
latest - change updates to DELETE + INSERT, ignore deletes
+ * keep_
all
- change updates to inserts, ignore deletes
event_types:
event types to process, separated by comma. Other events are ignored.