projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5096f8c
)
sort table list by name
author
Egon Valdmees
<egon.valdmees@skype.net>
Wed, 8 Jun 2011 08:56:53 +0000
(11:56 +0300)
committer
Egon Valdmees
<egon.valdmees@skype.net>
Wed, 8 Jun 2011 14:11:23 +0000
(17:11 +0300)
python/londiste/setup.py
patch
|
blob
|
blame
|
history
diff --git
a/python/londiste/setup.py
b/python/londiste/setup.py
index ac65cb6554248e675ba425ea05d1597b7916202a..669a852a3f6e47ff8f9905f5c3b2602afb651ec4 100644
(file)
--- a/
python/londiste/setup.py
+++ b/
python/londiste/setup.py
@@
-314,7
+314,8
@@
class LondisteSetup(CascadeAdmin):
def cmd_tables(self):
"""Show attached tables."""
q = """select table_name, merge_state, table_attrs
- from londiste.get_table_list(%s) where local"""
+ from londiste.get_table_list(%s) where local
+ order by table_name"""
db = self.get_database('db')
def show_attr(a):
if a: