diff options
author | martinko | 2013-01-08 09:38:36 +0000 |
---|---|---|
committer | martinko | 2013-01-08 09:38:36 +0000 |
commit | 70340e0fe6dbc2445173690be31fcb42676ae0a4 (patch) | |
tree | c816b6f619242eb5dfa8857a4a2a74f6db94b1ec | |
parent | cc67da6c9b0bc4a80e397d83a2cf3dcd78383db4 (diff) |
londiste/handlers/dispatch: undocumented parent table cloning
-rw-r--r-- | python/londiste/handlers/dispatch.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/londiste/handlers/dispatch.py b/python/londiste/handlers/dispatch.py index ecbc6285..9acc43ce 100644 --- a/python/londiste/handlers/dispatch.py +++ b/python/londiste/handlers/dispatch.py @@ -44,8 +44,8 @@ table_mode: * ignore - all events are ignored part_func: - database function to use for creating partition table. if not found then - parent table is cloned. default is {londiste|public}.create_partition + database function to use for creating partition table. + default is {londiste|public}.create_partition part_mode: * batch_time - partitioned by batch creation time (default) @@ -76,7 +76,7 @@ part_name: part_template: custom sql template for creating partition table. if omitted then partition - function is used. when function is missing then parent table is cloned. + function is used. template variables: * dest - destination table name. result on part_name evaluation * part - same as dest |