From 014dd661b98ab631c2cdef941f4091d8de048761 Mon Sep 17 00:00:00 2001 From: Egon Valdmees Date: Wed, 8 Jun 2011 11:56:53 +0300 Subject: [PATCH] sort table list by name --- python/londiste/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/londiste/setup.py b/python/londiste/setup.py index ac65cb65..669a852a 100644 --- 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: -- 2.39.5