python/londiste rewrite for cascading
authorMarko Kreen <markokr@gmail.com>
Fri, 13 Feb 2009 11:14:37 +0000 (13:14 +0200)
committerMarko Kreen <markokr@gmail.com>
Fri, 13 Feb 2009 13:20:32 +0000 (15:20 +0200)
commite9b2296f9c273beac1b8cab548d08398914e4de3
treee3d0479c7eef73808cab39b938e359266ea5ed88
parent411f237ebfdce9532bbf01f51d46cdb91f7fe283
python/londiste rewrite for cascading

New features:
- Cascading
- 'execute' command for running SQL scripts on nodes
- Parallel COPY
- Partition merge
- Sequences are pushed from root
- Rename 'add' command to 'add-table'
- --create switch to add-seq / add-table

also drop the never-implemented file-based transport classes.
python/londiste.py
python/londiste/__init__.py
python/londiste/compare.py
python/londiste/file_read.py [deleted file]
python/londiste/file_write.py [deleted file]
python/londiste/installer.py [deleted file]
python/londiste/playback.py
python/londiste/repair.py
python/londiste/setup.py
python/londiste/syncer.py
python/londiste/table_copy.py