diff options
| author | Marko Kreen | 2008-04-15 13:02:47 +0000 |
|---|---|---|
| committer | Marko Kreen | 2008-04-15 13:02:47 +0000 |
| commit | 329cae98ec32cd9369cab54a3b597d50fd280562 (patch) | |
| tree | 123d6cb60abbc445926956e77d2dc0318483e36e /python/londiste/setup.py | |
| parent | 3bb252361d1595e2b882c3fae9602d866a8c553b (diff) | |
more setconsumer/londiste work.
simple init/event processing/copy seems to work.
Diffstat (limited to 'python/londiste/setup.py')
| -rw-r--r-- | python/londiste/setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/londiste/setup.py b/python/londiste/setup.py index ef3acd02..15991311 100644 --- a/python/londiste/setup.py +++ b/python/londiste/setup.py @@ -93,6 +93,8 @@ class LondisteSetup(skytools.DBScript): help="force", default=False) p.add_option("--all", action="store_true", help="include all tables", default=False) + p.add_option("--provider", + help="init: upstream node temp connect string", default=None) return p def exec_checked(self, curs, sql, args): |
